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:
Catherine
2026-01-19 02:41:15 +00:00
parent 0d33c64372
commit 8f811147d6

View File

@@ -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