mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-05-23 23:51:56 +00:00
Enable Sentry telemetry buffer by default.
No observed issues on Grebedoc for a month, so it should be stable now.
This commit is contained in:
@@ -159,7 +159,6 @@ func InitObservability() {
|
||||
}
|
||||
|
||||
options := sentry.ClientOptions{}
|
||||
options.DisableTelemetryBuffer = !config.Feature("sentry-telemetry-buffer")
|
||||
options.Environment = environment
|
||||
options.EnableLogs = enableLogs
|
||||
options.EnableTracing = enableTracing
|
||||
|
||||
Reference in New Issue
Block a user