mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-02 15:51:05 +02:00
jigasi: fix Sentry test
It's set to 0 by default, cast it to boolean to be sure, just like we do for the other containers.
This commit is contained in:
parent
2d106d830b
commit
2a7db7c283
@ -1,4 +1,4 @@
|
||||
{{ if .Env.SENTRY_DSN }}
|
||||
{{ if .Env.SENTRY_DSN | default "0" | toBool }}
|
||||
handlers=java.util.logging.ConsoleHandler,io.sentry.jul.SentryHandler
|
||||
{{ else }}
|
||||
handlers=java.util.logging.ConsoleHandler
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user