Simplify. NFC

This commit is contained in:
Catherine
2025-09-29 22:16:23 +00:00
parent 217f3a9320
commit f533d84de9

View File

@@ -62,7 +62,6 @@ func InitObservability() {
}
options := sentry.ClientOptions{}
options.Dsn = os.Getenv("SENTRY_DSN")
options.Environment = environment
options.EnableLogs = enableLogs
if err := sentry.Init(options); err != nil {