mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
docs: add sentry config to readme
This commit is contained in:
parent
b47f137310
commit
0826d86786
1 changed files with 7 additions and 0 deletions
|
|
@ -41,6 +41,13 @@ All configuration must be set as environment variables. Default values are added
|
|||
- `DB_PASSWORD`: _Required_, Database password
|
||||
- `DB_DATABASE`: _Required_, Database database
|
||||
|
||||
#### Sentry
|
||||
|
||||
You can use Sentry to automatically detect and report any exceptions thrown.
|
||||
|
||||
- `SENTRY_ENABLED`: **false**, Set to `true` to enable Sentry.
|
||||
- `SENTRY_DSN`: _Required_, but only if `SENTRY_ENABLED` is `true`. The [DSN](https://docs.sentry.io/product/sentry-basics/dsn-explainer/) for your Sentry project.
|
||||
|
||||
## Development
|
||||
|
||||
### Configure Spotify API Access
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue