saleor-dashboard/docs/sentry-adapter.md

19 lines
384 B
Markdown
Raw Normal View History

# Sentry adapter
We use Sentry as the default tracker. No changes in code are required for it to work. You can configure it with the environment variables.
The following environment variables are available:
```
# Required
SENTRY_DSN=
# Optional
# https://docs.sentry.io/product/cli/configuration/
SENTRY_AUTH_TOKEN=
SENTRY_ORG=
SENTRY_PROJECT=
SENTRY_URL_PREFIX=
ENVIRONMENT=
```