Skip to content

Commit

Permalink
set sentry env
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass committed Oct 16, 2024
1 parent 7831874 commit a745fd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/trace/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func Init(ctx context.Context) ([]Shutdown, error) {
err := sentry.Init(sentry.ClientOptions{
Dsn: dsn,
EnableTracing: true,
Environment: "public",
Release: build.Version,
TracesSampleRate: 1.0,
ProfilesSampleRate: 1.0,
Expand Down

0 comments on commit a745fd7

Please sign in to comment.