Skip to content

Releases: getsentry/sentry-java

5.2.3

15 Oct 11:21
967b860

Choose a tag to compare

  • Fix: Make ActivityFramesTracker operations thread-safe (#1762)
  • Fix: Clone Scope Contexts (#1763)
  • Bump: AGP to 7.0.3 (#1765)

5.2.2

11 Oct 14:40
5dd687d

Choose a tag to compare

  • Fix: Close HostnameCache#executorService on SentryClient#close (#1757)

5.2.1

04 Oct 13:30
daf069c

Choose a tag to compare

  • Feat: Add isCrashedLastRun support (#1739)
  • Fix: Handle exception if Context.registerReceiver throws (#1747)
  • Feat: Attach Java vendor and version to events and transactions (#1703)

5.2.0

21 Sep 13:10
1e831f8

Choose a tag to compare

  • Feat: Allow setting proguard via Options and/or external resources (#1728)
  • Feat: Add breadcrumbs for the Apollo integration (#1726)
  • Fix: Don't set lastEventId for transactions (#1727)
  • Fix: ActivityLifecycleIntegration#appStartSpan memory leak (#1732)

5.2.0-beta.3

15 Sep 15:21
5156f6d

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

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

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

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

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

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)