
* Update README.md * Update README.md * Update README.md * docs: 📝 add articles to docs folder * docs: 📝 add configuration article * docs: 📝 add emojis 😋 * docs: 📝 restructure readme * docs: 📝 add deployment article * Empty-Commit
18 lines
384 B
Markdown
18 lines
384 B
Markdown
# 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=
|
|
```
|