6 lines
128 B
TOML
6 lines
128 B
TOML
|
[debug]
|
||
|
sentry_dsn = "" # Debug
|
||
|
|
||
|
[release]
|
||
|
sentry_dsn = "https://xxx@xxx.ingest.sentry.io/xxx" # TODO Replace with Sentry DSN
|