Skip to content

Commit 47f2f6c

Browse files
committed
biome :(
1 parent c5fe0d9 commit 47f2f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/integrations/inboundfilters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +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$/
13+
/^Cannot redefine property: googletag$/,
1414
];
1515

1616
/** Options for the InboundFilters integration */

0 commit comments

Comments
 (0)