[mirror] Scalable static site server for Git forges (like GitHub Pages)

Enable Sentry telemetry buffer by default.

No observed issues on Grebedoc for a month, so it should be stable now.

-1
-1
src/observe.go
··· 159 159 } 160 160 161 161 options := sentry.ClientOptions{} 162 - options.DisableTelemetryBuffer = !config.Feature("sentry-telemetry-buffer") 163 162 options.Environment = environment 164 163 options.EnableLogs = enableLogs 165 164 options.EnableTracing = enableTracing