diff --git a/packages/core/src/integrations/inboundfilters.ts b/packages/core/src/integrations/inboundfilters.ts index 9c64476568c7..66eafcf4db40 100644 --- a/packages/core/src/integrations/inboundfilters.ts +++ b/packages/core/src/integrations/inboundfilters.ts @@ -155,10 +155,6 @@ function _getPossibleEventMessages(event: Event): string[] { } } - if (DEBUG_BUILD && possibleMessages.length === 0) { - logger.error(`Could not extract message for event ${getEventDescription(event)}`); - } - return possibleMessages; }