Releases: getsentry/sentry-java
Releases · getsentry/sentry-java
5.4.1
- Feat: Refactor OkHttp and Apollo to Kotlin functional interfaces (#1797)
- Feat: Add secondary constructor to SentryInstrumentation (#1804)
- Fix: Do not start fragment span if not added to the Activity (#1813)
5.4.0
- Feat: Add
graphql-java
instrumentation (#1777)
- Fix: Do not crash when event processors throw a lower level Throwable class (#1800)
- Fix: ActivityFramesTracker does not throw if Activity has no observers (#1799)
5.3.0
- Feat: Add datasource tracing with P6Spy (#1784)
- Fix: ActivityFramesTracker does not throw if Activity has not been added (#1782)
- Fix: PerformanceAndroidEventProcessor uses up to date isTracingEnabled set on Configuration callback (#1786)
5.2.4
- Fix: Window.FEATURE_NO_TITLE does not work when using activity traces (#1769)
- Fix: unregister UncaughtExceptionHandler on close (#1770)
5.2.3
- Fix: Make ActivityFramesTracker operations thread-safe (#1762)
- Fix: Clone Scope Contexts (#1763)
- Bump: AGP to 7.0.3 (#1765)
5.2.2
- Fix: Close HostnameCache#executorService on SentryClient#close (#1757)
5.2.1
- 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
- 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
- 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
- Bump AGP to 7.0.2 (#1650)
- Fix: drop spans in BeforeSpanCallback. (#1713)