Documentation

Sentry error monitoring

We use Sentry to monitor errors in the application.

To setup sentry, you need to create an account and create a new project, after that add the following environment variables to your project:

NEXT_PUBLIC_SENTRY_DSN=
SENTRY_AUTH_TOKEN=
Sentry is enabled by default in the project.

On this page

No Headings