Skip to content

Releases: getsentry/sentry-java

5.2.0-beta.3

15 Sep 15:21
5156f6d
Compare
Choose a tag to compare
5.2.0-beta.3 Pre-release
Pre-release
  • Fix: Check at runtime if AndroidX.Core is available (#1718)
  • Feat: Add "data" to spans (#1717)
  • Fix: Should not capture unfinished transaction (#1719)

5.2.0-beta.2

14 Sep 13:25
293b479
Compare
Choose a tag to compare
5.2.0-beta.2 Pre-release
Pre-release
  • Bump AGP to 7.0.2 (#1650)
  • Fix: drop spans in BeforeSpanCallback. (#1713)

5.2.0-beta.1

14 Sep 05:58
93eea45
Compare
Choose a tag to compare
5.2.0-beta.1 Pre-release
Pre-release
  • Feat: Add tracestate HTTP header support (#1683)
  • Feat: Add option to filter which origins receive tracing headers (#1698)
  • Feat: Include unfinished spans in transaction (#1699)
  • Fix: Move tags from transaction.contexts.trace.tags to transaction.tags (#1700)
  • Feat: Add static helpers for creating breadcrumbs (#1702)

Breaking changes:

  • Updated proguard keep rule for enums, which affects consumer application code (#1694)

5.1.2

26 Aug 07:48
d036441
Compare
Choose a tag to compare
  • Fix: Servlet 3.1 compatibility issue (#1681)
  • Fix: Do not drop Contexts key if Collection, Array or Char (#1680)

5.1.1

19 Aug 14:58
ce5737d
Compare
Choose a tag to compare
  • Fix: Remove onActivityPreCreated call in favor of onActivityCreated (#1661)
  • Fix: Do not crash if SENSOR_SERVICE throws (#1655)
  • Feat: Add support for async methods in Spring MVC (#1652)
  • Feat: Add secondary constructor taking IHub to SentryOkHttpInterceptor (#1657)
  • Feat: Merge external map properties (#1656)
  • Fix: Make sure scope is popped when processing request results in exception (#1665)

5.1.0

17 Aug 12:26
e6abd89
Compare
Choose a tag to compare
  • Feat: Spring WebClient integration (#1621)
  • Feat: OpenFeign integration (#1632)
  • Feat: Add more convenient way to pass BeforeSpanCallback in OpenFeign integration (#1637)
  • Bump: sentry-native to 0.4.12 (#1651)
  • Feat: Generate Sentry BOM (#1486)
  • Feat: Slow/Frozen frames metrics (#1609)
  • Fix: set min sdk version of sentry-android-fragment to API 14 (#1608)
  • Fix: Ser/Deser of the UserFeedback from cached envelope (#1611)
  • Feat: Add request body extraction for Spring MVC integration (#1595)
  • Make SentryAppender non-final for Log4j2 and Logback (#1603)
  • Fix: Do not throw IAE when tracing header contain invalid trace id (#1605)
  • Update sentry-native to 0.4.11 (#1591)
  • Feat: Spring Webflux integration (#1529)
  • Fix: Handling missing Spring Security on classpath on Java 8 (#1552)
  • Feat: Support transaction waiting for children to finish. (#1535)
  • Feat: Capture logged marker in log4j2 and logback appenders (#1551)
  • Feat: Allow clearing of attachments in the scope (#1562)
  • Fix: Use a different method to get strings from JNI, and avoid excessive Stack Space usage. (#1214)
  • Fix: Add data field to SentrySpan (#1555)
  • Fix: Clock drift issue when calling DateUtils#getDateTimeWithMillisPrecision (#1557)
  • Feat: Set mechanism type in SentryExceptionResolver (#1556)
  • Feat: Perf. for fragments (#1528)
  • Ref: Prefer snake case for HTTP integration data keys (#1559)
  • Fix: Assign lastEventId only if event was queued for submission (#1565)
  • Feat: Measure app start time (#1487)
  • Feat: Automatic breadcrumbs logging for fragment lifecycle (#1522)

5.1.0-beta.9

29 Jul 09:25
58ee46c
Compare
Choose a tag to compare
5.1.0-beta.9 Pre-release
Pre-release
  • No documented changes.

5.1.0-beta.8

28 Jul 11:50
0f56092
Compare
Choose a tag to compare
5.1.0-beta.8 Pre-release
Pre-release
  • Feat: Generate Sentry BOM (#1486)

5.1.0-beta.7

28 Jul 08:37
0690bfa
Compare
Choose a tag to compare
5.1.0-beta.7 Pre-release
Pre-release
  • Feat: Slow/Frozen frames metrics (#1609)

5.1.0-beta.6

20 Jul 12:21
6b6c6a8
Compare
Choose a tag to compare
5.1.0-beta.6 Pre-release
Pre-release
  • Fix: set min sdk version of sentry-android-fragment to API 14 (#1608)
  • Fix: Ser/Deser of the UserFeedback from cached envelope (#1611)
  • Feat: Add request body extraction for Spring MVC integration (#1595)