We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fe0d9 commit 47f2f6cCopy full SHA for 47f2f6c
packages/core/src/integrations/inboundfilters.ts
@@ -10,7 +10,7 @@ const DEFAULT_IGNORE_ERRORS = [
10
/^Script error\.?$/,
11
/^Javascript error: Script error\.? on line 0$/,
12
/^ResizeObserver loop completed with undelivered notifications.$/,
13
- /^Cannot redefine property: googletag$/
+ /^Cannot redefine property: googletag$/,
14
];
15
16
/** Options for the InboundFilters integration */
0 commit comments