forked from mirrors/pronouns.cc
i forgot to change the debug setting
This commit is contained in:
parent
9f266ee1a8
commit
fc1f4d03f1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ func run(c *cli.Context) error {
|
||||||
if dsn := os.Getenv("SENTRY_DSN"); dsn != "" {
|
if dsn := os.Getenv("SENTRY_DSN"); dsn != "" {
|
||||||
sentry.Init(sentry.ClientOptions{
|
sentry.Init(sentry.ClientOptions{
|
||||||
Dsn: dsn,
|
Dsn: dsn,
|
||||||
Debug: true,
|
Debug: os.Getenv("DEBUG") == "true",
|
||||||
Release: server.Tag,
|
Release: server.Tag,
|
||||||
EnableTracing: true,
|
EnableTracing: true,
|
||||||
TracesSampleRate: 1.0,
|
TracesSampleRate: 1.0,
|
||||||
|
|
Loading…
Reference in a new issue