mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-05-14 11:11:35 +00:00
Simplify. NFC
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user