Skip to content

Commit

Permalink
fix: set sentry env (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass authored Oct 16, 2024
1 parent 7831874 commit f2a29ba
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 f2a29ba

Please sign in to comment.