#
Sentry
Sentry is used for error tracking. No system is ever bug-free. Errors happen. If you want to track errors that come from your instance, then you can use Sentry for that. You will have to provide a URL to send the requests to. This URL may be from the hosted version of Sentry or the on-premise one. Both will work.
- Go to sentry.io
- Sign up and then create a new 'Project'.
- Select 'Django' and give it a name.
- Copy the value of the DSN url. Example:
https://xxxxxx.ingest.sentry.io/xxxxxx
.
Example variables:
SENTRY=True
SENTRY_URL=https://xxxxxx.ingest.sentry.io/xxxxxx