Skip to content

Commit

Permalink
remove Sentry debug
Browse files Browse the repository at this point in the history
  • Loading branch information
StealWonders committed Mar 4, 2024
1 parent 6fdd117 commit a1d405b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/mensatt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ func main() {
TracesSampleRate: 0.5,
}

if config.DebugEnabled {
sentryOptions.Debug = true
}

err = sentry.Init(sentryOptions)
if err != nil {
log.Fatalln("Sentry initialization failed:", err)
Expand Down

0 comments on commit a1d405b

Please sign in to comment.