Ignore `undefined is not an object (evaluating 'window.__pad.pe… (#1417)
This commit is contained in:
parent
0b971ea570
commit
0e94303791
@ -26,6 +26,9 @@ Sentry.init({
|
|||||||
: undefined,
|
: undefined,
|
||||||
environment: onlineEnv ? SentryEnvHostnameMap[onlineEnv] : undefined,
|
environment: onlineEnv ? SentryEnvHostnameMap[onlineEnv] : undefined,
|
||||||
release: process.env.REACT_APP_GIT_SHA,
|
release: process.env.REACT_APP_GIT_SHA,
|
||||||
|
ignoreErrors: [
|
||||||
|
"undefined is not an object (evaluating 'window.__pad.performLoop')", // Only happens on Safari, but spams our servers. Doesn't break anything
|
||||||
|
],
|
||||||
integrations: [
|
integrations: [
|
||||||
new SentryIntegrations.CaptureConsole({
|
new SentryIntegrations.CaptureConsole({
|
||||||
levels: ["error"],
|
levels: ["error"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user