Skip to content

Commit

Permalink
fix: send all traces to Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
StealWonders committed Aug 6, 2023
1 parent 64e60c9 commit 3369c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/mensatt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func main() {
Dsn: sentryDSN,
AttachStacktrace: true,
EnableTracing: true,
TracesSampleRate: 1.0,
}

if config.DebugEnabled {
Expand Down

0 comments on commit 3369c28

Please sign in to comment.