Skip to content

Commit

Permalink
Ignore `undefined is not an object (evaluating 'window.__pad.pe… (exc…
Browse files Browse the repository at this point in the history
  • Loading branch information
kbariotis authored Apr 13, 2020
1 parent 0b971ea commit 0e94303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 0e94303

Please sign in to comment.