You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DSNstring`env:"DSN" envDefault:"" comment:"The DSN to use. If the DSN is not set, the client is effectively disabled."`
45
+
Environmentstring`env:"ENVIRONMENT" envDefault:"production" comment:"The environment to be sent with events."`
46
+
Releasestring`env:"RELEASE" envDefault:"" comment:"The release to be sent with events."`
47
+
Diststring`env:"DIST" envDefault:"" comment:"The dist to be sent with events."`
48
+
AttachStacktracebool`env:"ATTACH_STACKTRACE" envDefault:"false" comment:"Configures whether SDK should generate and attach stacktraces to pure capture message calls."`
49
+
Debugbool`env:"DEBUG" envDefault:"false" comment:"In debug mode, the debug information is printed to stdout to help you understand what sentry is doing."`
0 commit comments