jicofo, jigasi, jvb: fix SENTRY_DSN not being read
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
42a2153a15
commit
fa2b4db2d1
@@ -1,4 +1,6 @@
|
||||
{{ if .Env.SENTRY_DSN | default "0" | toBool }}
|
||||
{{ $SENTRY_DSN := .Env.SENTRY_DSN | default $JICOFO_SENTRY_DSN -}}
|
||||
|
||||
{{ if $SENTRY_DSN }}
|
||||
handlers=java.util.logging.ConsoleHandler,io.sentry.jul.SentryHandler
|
||||
{{ else }}
|
||||
handlers=java.util.logging.ConsoleHandler
|
||||
|
||||
Reference in New Issue
Block a user