8000 fix(core): Don't log error from Inbound Filters integration (#11473) · basarat/sentry-javascript@4239d2f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4239d2f

Browse files
authored
fix(core): Don't log error from Inbound Filters integration (getsentry#11473)
Closes getsentry#11462
1 parent e443694 commit 4239d2f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/core/src/integrations/inboundfilters.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,6 @@ function _getPossibleEventMessages(event: Event): string[] {
155155
}
156156
}
157157

158-
if (DEBUG_BUILD && possibleMessages.length === 0) {
159-
logger.error(`Could not extract message for event ${getEventDescription(event)}`);
160-
}
161-
162158
return possibleMessages;
163159
}
164160

0 commit comments

Comments
 (0)
0