8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inboundFiltersIntegration
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This error log message is triggered for any event that has no message or exception name which includes all native events from the Electron SDK
message
sentry-javascript/packages/core/src/integrations/inboundfilters.ts
Lines 158 to 160 in 6a76525
I guess if we need to log this at all it should be a regular log rather than warn or error.
log
warn
error
The text was updated successfully, but these errors were encountered:
I'm fine with removing that log overall!
Sorry, something went wrong.
fix(core): Don't log error from Inbound Filters integration (#11473)
4239d2f
Closes #11462
fix(core): Don't log error from Inbound Filters integration (getsentr…
334b73c
…y#11473) Closes getsentry#11462
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Problem Statement
This error log message is triggered for any event that has no
message
or exception name which includes all native events from the Electron SDKsentry-javascript/packages/core/src/integrations/inboundfilters.ts
Lines 158 to 160 in 6a76525
Solution Brainstorm
I guess if we need to log this at all it should be a regular
log
rather thanwarn
orerror
.The text was updated successfully, but these errors were encountered: