-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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.