Skip to content

Commit

Permalink
Update potal Environment
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Nov 23, 2022
1 parent d9b983d commit 2d35b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion potal/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func main() {
err := sentry.Init(sentry.ClientOptions{
Dsn: "https://[email protected]/4504044642107392",
Debug: true,
Environment: "prod",
Environment: "production",
TracesSampleRate: 1.0,
AttachStacktrace: true,
})
Expand Down

0 comments on commit 2d35b16

Please sign in to comment.