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
This change is backwards compatible. The default is null meaning existing behaviour remains unchanged (setting either tracesSampleRate or tracesSampler enables performance).
If set to true, performance is enabled, even if no tracesSampleRate or tracesSampler have been configured.
If set to false performance is disabled, regardless of tracesSampleRate and tracesSampler options.
Detect dependencies by listing MANIFEST.MF files at runtime (#2538)
Report integrations in use, report packages in use more consistently (#2179)
Implement ThreadLocalAccessor for propagating Sentry hub with reactor / WebFlux (#2570)
Requires io.micrometer:context-propagation:1.0.2+ as well as Spring Boot 3.0.3+
Enable the feature by setting sentry.reactive.thread-local-accessor-enabled=true
This is still considered experimental. Once we have enough feedback we may turn this on by default.
Fix memory leak in WebFlux related to an ever growing stack (#2580)
Use the same hub in WebFlux exception handler as we do in WebFilter (#2566)
Switch upstream Jetpack Compose dependencies to compileOnly in sentry-compose-android (#2578)
NOTE: If you're using Compose Navigation/User Interaction integrations, make sure to have the following dependencies on the classpath as we do not bring them in transitively anymore: