Releases: getsentry/sentry-java
Releases · getsentry/sentry-java
6.0.0-beta.3
6.0.0-beta.2
- Fix: Android profiling initializes on first profile start (#2009)
6.0.0-beta.1
- 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.0ofsentry, Sentry's version >= v21.9.0 is required or you have to manually disable sending client reports via thesendClientReportsoption. This only applies to self-hosted Sentry. If you are using sentry.io, no action is needed.
6.0.0-alpha.6
- 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.0ofsentry, Sentry's version >= v21.9.0 is required or you have to manually disable sending client reports via thesendClientReportsoption. This only applies to self-hosted Sentry. If you are using sentry.io, no action is needed.
5.7.3
6.0.0-alpha.5
5.7.2
5.7.1
6.0.0-alpha.4
- Ref: Remove not needed interface abstractions on Android (#1953)