Skip to content

Commit

Permalink
tec: Make Sentry optional in production
Browse files Browse the repository at this point in the history
  • Loading branch information
marien-probesys committed Nov 5, 2024
1 parent b1c3a3f commit 5f6fb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/packages/sentry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

when@prod:
sentry:
dsn: '%env(SENTRY_DSN)%'
dsn: '%env(string:default::SENTRY_DSN)%'
register_error_listener: false
register_error_handler: false
options:
Expand Down

0 comments on commit 5f6fb1b

Please sign in to comment.