Skip to content

Commit

Permalink
Revert "chore: Igrnore specifc sentry error" (#3657)
Browse files Browse the repository at this point in the history
This reverts commit 4adbe63.
  • Loading branch information
garethfuller authored Jul 7, 2023
1 parent b576879 commit 0b3a02b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export default function initSentry(app: App) {
tracesSampleRate: 1.0,
environment: import.meta.env.MODE,
release: `frontend-v2@${version}`,
ignoreErrors: ['error loading dynamically imported module'], // https://docs.sentry.io/platforms/javascript/configuration/filtering/#using-platformidentifier-nameignore-errors-
});
}
}

1 comment on commit 0b3a02b

@vercel
Copy link

@vercel vercel bot commented on 0b3a02b Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.