Closed knolleary closed 2 weeks ago
Attention: Patch coverage is 50.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 78.77%. Comparing base (
77865ff
) to head (ed0850c
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
forge/routes/logging/index.js | 50.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes #4738
Description
The
api-error:version_mismatch
audit event from Node-RED occurs when a user tries to deploy changes but they don't have the latest flows loaded - it is part of the normal sequence that allows the editor to prompt the user to merge remote changes first and retry.Node-RED emits it within its own audit log which we capture and put in the Instance audit log. However there is no real value in logging it - it displays as an error in the log but is not actionable. There is very little value knowing it happened as its a normal part of the deploy lifecycle.
This PR filters these events so they do not end up in the instance audit log.