-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
inboundFiltersIntegration logs error for native events #11462
Copy link
Copy link
Closed
Labels
Description
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 SDK
sentry-javascript/packages/core/src/integrations/inboundfilters.ts
Lines 158 to 160 in 6a76525
| if (DEBUG_BUILD && possibleMessages.length === 0) { | |
| logger.error(`Could not extract message for event ${getEventDescription(event)}`); | |
| } |
Solution Brainstorm
I guess if we need to log this at all it should be a regular log rather than warn or error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Fields
Give feedbackNo fields configured for issues without a type.