Aleph

How To Set Up Sentry

Sentry is an error monitoring service. Whenever an unexpected error occurs, Sentry tracks the error and context that might be helpful to understand and resolve the error. This guide describes how to configure your Aleph instance to track errors using Sentry.

  1. Set up a new project using the managed Sentry service or a self-hosted Sentry instance.

  2. Set the SENTRY_DSN configuration option to use the Sentry DSN of your project. Please refer to the Sentry documentation for instructions on how to find your Sentry DSN.

  3. That’s it! Aleph will now report any unexpected errors to Sentry.