Skip to content

Commit b1a57b1

Browse files
committed
feat(core): Add Googletag error to InboundFilters default ignore list
1 parent 0b8540f commit b1a57b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/integrations/inboundfilters.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const DEFAULT_IGNORE_ERRORS = [
1010
/^Script error\.?$/,
1111
/^Javascript error: Script error\.? on line 0$/,
1212
/^ResizeObserver loop completed with undelivered notifications.$/,
13+
/^Cannot redefine property: googletag$/
1314
];
1415

1516
/** Options for the InboundFilters integration */

0 commit comments

Comments
 (0)