Преглед на файлове

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

Kostas Bariotis преди 5 години
родител
ревизия
0e94303791
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      src/index.tsx

+ 3 - 0
src/index.tsx

@@ -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"],