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 ac5844e commit eb2d174Copy full SHA for eb2d174
packages/common/src/utils/analytics/sentry.ts
@@ -31,6 +31,8 @@ export async function initialize(dsn: string) {
31
/Cannot remove node \d* because no matching node was found in the Store\./,
32
/Cannot add child \d* to parent \d* because parent node was not found in the Store\./,
33
/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
36
],
37
whitelistUrls: [/https?:\/\/((uploads|www)\.)?codesandbox\.io/],
38
/**
0 commit comments