Link Search Menu Expand Document

How to remove Sentry


You may replace Sentry by another monitoring tool of your choice. Make sure it is JS universal-friendly though.

  1. Remove the following libraries:
  2. Remove their components usage in the source code
  3. Remove the SENTRY_DSN env var, in .env.local
  4. Remove alias in next.config.js config.resolve.alias['@sentry/node'] = '@sentry/browser';