Features
- Add manifest
AutoInit
to integrations list (#2795) - Tracing headers (
sentry-trace
andbaggage
) are now attached and passed through even if performance is disabled (#2788)
Fixes
- Set
environment
fromSentryOptions
if none persisted in ANRv2 (#2809) - Remove code that set
tracesSampleRate
to0.0
for Spring Boot if not set (#2800)- This used to enable performance but not send any transactions by default.
- Performance is now disabled by default.
- Fix slow/frozen frames were not reported with transactions (#2811)