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
Wrap configured OpenTelemetry ContextStorageProvider if available (#4359)
This is only relevant if you see java.lang.IllegalStateException: Found multiple ContextStorageProvider. Set the io.opentelemetry.context.ContextStorageProvider property to the fully qualified class name of the provider to use. Falling back to default ContextStorage. Found providers: ...
Set -Dio.opentelemetry.context.contextStorageProvider=io.sentry.opentelemetry.SentryContextStorageProvider on your java command
Sentry will then wrap the other ContextStorageProvider that has been configured by loading it through SPI
If no other ContextStorageProvider is available or there are problems loading it, we fall back to using SentryOtelThreadLocalStorage
Fixes
Update profile chunk rate limit and client report (#4353)