Ignore `undefined is not an object (evaluating 'window.__pad.pe… (#1417)

This commit is contained in:
Kostas Bariotis 2020-04-13 15:34:39 +01:00 committed by GitHub
parent 0b971ea570
commit 0e94303791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,9 @@ Sentry.init({
: undefined,
environment: onlineEnv ? SentryEnvHostnameMap[onlineEnv] : undefined,
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: [
new SentryIntegrations.CaptureConsole({
levels: ["error"],