You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix double-close panic: add sync.Once to aggregator.close()
- Fix Interceptor.Close() closing shared aggregator: only flush, not close
- Bound export goroutines with semaphore (cap 8) in flushUnlocked
- Use cancellable context in flushLoop so exports stop on shutdown
- Change UserConfig.EnableTelemetry from bool to ConfigValue[bool] so
explicit false in DSN properly disables telemetry (not treated as unset)
- Fix classifyError to use ordered slice for deterministic classification
Co-authored-by: samikshya-chand_data
0 commit comments