Skip to content

Commit eb2d174

Browse files
committed
Ignore spammy error
1 parent ac5844e commit eb2d174

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/common/src/utils/analytics/sentry.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export async function initialize(dsn: string) {
3131
/Cannot remove node \d* because no matching node was found in the Store\./,
3232
/Cannot add child \d* to parent \d* because parent node was not found in the Store\./,
3333
/Children cannot be added or removed during a reorder operation\./,
34+
35+
"undefined is not an object (evaluating 'window.__pad.performLoop')", // Only happens on Safari, but spams our servers. Doesn't break anything
3436
],
3537
whitelistUrls: [/https?:\/\/((uploads|www)\.)?codesandbox\.io/],
3638
/**

0 commit comments

Comments
 (0)