Releases: getsentry/sentry-java
Releases · getsentry/sentry-java
6.5.0-beta.3
Features
- Provide API for attaching custom measurements to transactions (#2260)
6.4.3
- Fix slow and frozen frames tracking (#2271)
6.5.0-beta.2
Features
- Make user segment a top level property (#2257)
- Replace user
other
with data
(#2258)
isTraceSampling
is now on by default. tracingOrigins
has been replaced by tracePropagationTargets
(#2255)
6.5.0-beta.1
Features
- Server-Side Dynamic Sampling Context support (#2226)
6.4.2
Fixes
- Fixed AbstractMethodError when getting Lifecycle (#2228)
- Missing unit fields for Android measurements (#2204)
- Avoid sending empty profiles (#2232)
- Fix file descriptor leak in FileIO instrumentation (#2248)
6.4.1
Fixes
- Fix memory leak caused by throwableToSpan (#2227)
6.4.0
Fixes
- make profiling rate defaults to 101 hz (#2211)
- SentryOptions.setProfilingTracesIntervalMillis has been deprecated
- Added cpu architecture and default environment in profiles envelope (#2207)
- SentryOptions.setProfilingEnabled has been deprecated in favor of setProfilesSampleRate
- Use toString for enum serialization (#2220)
Features
- Send source for transactions (#2180)
- Add profilesSampleRate and profileSampler options for Android sdk (#2184)
- Add baggage header to RestTemplate (#2206)
- Bump Native SDK from v0.4.18 to v0.5.0 (#2199)
- Bump Gradle from v7.5.0 to v7.5.1 (#2212)
6.3.1
Fixes
- Prevent NPE by checking SentryTracer.timer for null again inside synchronized (#2200)
- Weakly reference Activity for transaction finished callback (#2203)
attach-screenshot
set on Manual init. didn't work (#2186)
- Remove extra space from
spring.factories
causing issues in old versions of Spring Boot (#2181)
Features
6.3.0
Features
- Switch upstream dependencies to
compileOnly
in integrations (#2175)
Fixes
- Lazily retrieve HostnameCache in MainEventProcessor (#2170)
6.2.1
Fixes
- Only send userid in Dynamic Sampling Context if sendDefaultPii is true (#2147)
- Remove userId from baggage due to PII (#2157)
Features
- New package
sentry-android-navigation
for AndroidX Navigation support (#2136)
- New package
sentry-compose
for Jetpack Compose support (Navigation) (#2136)
- Add sample rate to baggage as well as trace in envelope header and flatten user (#2135)