Skip to content

Releases: getsentry/sentry-java

6.0.0-beta.3

04 May 21:16

Choose a tag to compare

6.0.0-beta.3 Pre-release
Pre-release

Fix

  • Change order of event filtering mechanisms (#2001)
  • Only send session update for dropped events if state changed (#2002)

6.0.0-beta.2

28 Apr 15:35

Choose a tag to compare

6.0.0-beta.2 Pre-release
Pre-release
  • Fix: Android profiling initializes on first profile start (#2009)

6.0.0-beta.1

28 Apr 15:04

Choose a tag to compare

6.0.0-beta.1 Pre-release
Pre-release
  • Fix: Profiling rate decreased from 300hz to 100hz; fixed profiling traces folder creation on manual sdk init (#1997)
  • Fix: Allow disabling sending of client reports via Android Manifest and external options (#2007)
  • Ref: Upgrade Spring Boot dependency to 2.5.13 (#2011)

Sentry Self-hosted Compatibility

  • Starting with version 6.6.0 of sentry, Sentry's version >= v21.9.0 is required or you have to manually disable sending client reports via the sendClientReports option. This only applies to self-hosted Sentry. If you are using sentry.io, no action is needed.

6.0.0-alpha.6

22 Apr 11:24

Choose a tag to compare

6.0.0-alpha.6 Pre-release
Pre-release
  • Feat: Add sentry-servlet-jakarta module (#1987)
  • Ref: Make options.printUncaughtStackTrace primitive type (#1995)
  • Feat: Add client reports (#1982)

Sentry Self-hosted Compatibility

  • Starting with version 6.6.0 of sentry, Sentry's version >= v21.9.0 is required or you have to manually disable sending client reports via the sendClientReports option. This only applies to self-hosted Sentry. If you are using sentry.io, no action is needed.

5.7.3

13 Apr 11:20

Choose a tag to compare

  • Fix: Sentry Timber integration throws an exception when using args (#1986)

6.0.0-alpha.5

08 Apr 07:27

Choose a tag to compare

6.0.0-alpha.5 Pre-release
Pre-release
  • Feat: Screenshot is taken when there is an error (#1967)
  • Feat: Add Android profiling traces (#1897) (#1959) and its tests (#1949)

5.7.2

07 Apr 11:20

Choose a tag to compare

  • Fix: bring back support for Timber.tag (#1974)

5.7.1

30 Mar 13:35

Choose a tag to compare

  • Fix: Sentry Timber integration does not submit msg.formatted breadcrumbs (#1957)
  • Fix: ANR WatchDog won't crash on SecurityException (#1962)

6.0.0-alpha.4

23 Mar 17:32

Choose a tag to compare

6.0.0-alpha.4 Pre-release
Pre-release
  • Ref: Remove not needed interface abstractions on Android (#1953)

5.7.0

17 Mar 11:29

Choose a tag to compare

  • Feat: Automatically enable Timber and Fragment integrations if they are present on the classpath (#1936)