Sentry
Full support for Sentry exists to enable tracking errors and performance of the installation, this is not a user-visible integration but useful for running and monitoring Outline at scale.
Setup
Make sure you have a Sentry account and project setup, either cloud-hosted or self-host Sentry will work. Self-hosting Sentry is out of scope for this guide.
There are two environment variables, once added the integration will automatically become available upon restarting the server.
SENTRY_DSN
– The full date source name url, this can be found in the Sentry project configuration.SENTRY_TUNNEL
– Optional, an HTTP endpoint to act as a proxy between Sentry and the browser. See the Sentry docs for more details on using this option.