Skip to content

Commit

Permalink
Temporarily Enable Sentry Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
f0o committed Sep 7, 2024
1 parent 152f283 commit fb17c78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ func ListenAndServe(ctx context.Context, cfg *utils.Config, rts utils.RouterMap,
ProfilesSampleRate: 1.0,
Release: strings.Split(utils.Version(), "+")[0],
Environment: cfg.Web.Sentry.Environment,
Debug: true,
})
if err != nil {
log.Println("WARNING: Failed to initialize Sentry:", err, "disabling Sentry middleware")
Expand Down

0 comments on commit fb17c78

Please sign in to comment.