Reduce sentry debug messages in the console log
It's distracting and not useful.
This commit is contained in:
parent
ef5d8168f0
commit
9047fbb3ee
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -38,7 +38,7 @@ func main() {
|
|||
log.Info().Msg("Starting...")
|
||||
|
||||
err = sentry.Init(sentry.ClientOptions{
|
||||
Debug: !config.IsProductionEnvironment(),
|
||||
Debug: false, //!config.IsProductionEnvironment(),
|
||||
Dsn: config.SentryDSN,
|
||||
EnableTracing: true,
|
||||
SendDefaultPII: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue