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
Suppress Sentry capture for OTLP exporter batch failures
The OTel SDK logs "Failed to export X batch" at ERROR after retries are
exhausted, which Sentry's LoggingIntegration would otherwise turn into a
noisy issue per app per incident. Records still flow to console/file —
only the Sentry capture is suppressed.
0 commit comments