Releases: getsentry/sentry-java
Releases · getsentry/sentry-java
6.4.4
10 Oct 15:18
Compare
Sorry, something went wrong.
No results found
Fixes
Fix ConcurrentModificationException due to FrameMetricsAggregator manipulation (#2282 )
6.5.0-beta.3
06 Oct 17:44
Compare
Sorry, something went wrong.
No results found
Features
Provide API for attaching custom measurements to transactions (#2260 )
6.4.3
05 Oct 14:49
Compare
Sorry, something went wrong.
No results found
Fix slow and frozen frames tracking (#2271 )
6.5.0-beta.2
29 Sep 14:39
Compare
Sorry, something went wrong.
No results found
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
23 Sep 18:45
Compare
Sorry, something went wrong.
No results found
Features
Server-Side Dynamic Sampling Context support (#2226 )
6.4.2
19 Sep 11:56
Compare
Sorry, something went wrong.
No results found
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
30 Aug 13:28
Compare
Sorry, something went wrong.
No results found
Fixes
Fix memory leak caused by throwableToSpan (#2227 )
6.4.0
18 Aug 12:14
Compare
Sorry, something went wrong.
No results found
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
03 Aug 17:25
Compare
Sorry, something went wrong.
No results found
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
19 Jul 11:36
Compare
Sorry, something went wrong.
No results found
Features
Switch upstream dependencies to compileOnly in integrations (#2175 )
Fixes
Lazily retrieve HostnameCache in MainEventProcessor (#2170 )