Skip to content

Releases: getsentry/sentry-java

6.5.0-beta.3

06 Oct 17:44
Compare
Choose a tag to compare
6.5.0-beta.3 Pre-release
Pre-release

Features

  • Provide API for attaching custom measurements to transactions (#2260)

6.4.3

05 Oct 14:49
Compare
Choose a tag to compare
  • Fix slow and frozen frames tracking (#2271)

6.5.0-beta.2

29 Sep 14:39
Compare
Choose a tag to compare
6.5.0-beta.2 Pre-release
Pre-release

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
Choose a tag to compare
6.5.0-beta.1 Pre-release
Pre-release

Features

  • Server-Side Dynamic Sampling Context support (#2226)

6.4.2

19 Sep 11:56
Compare
Choose a tag to compare

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
Choose a tag to compare

Fixes

  • Fix memory leak caused by throwableToSpan (#2227)

6.4.0

18 Aug 12:14
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Features

  • Switch upstream dependencies to compileOnly in integrations (#2175)

Fixes

  • Lazily retrieve HostnameCache in MainEventProcessor (#2170)

6.2.1

12 Jul 17:51
Compare
Choose a tag to compare

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)