We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff3aa9 commit c93b2d1Copy full SHA for c93b2d1
CHANGELOG.md
@@ -26,6 +26,8 @@
26
- Allow multiple UncaughtExceptionHandlerIntegrations to be active at the same time ([#4462](https://github.com/getsentry/sentry-java/pull/4462))
27
- Prevent repeated scroll target determination during a single scroll gesture ([#4557](https://github.com/getsentry/sentry-java/pull/4557))
28
- This should reduce the number of ANRs seen in `SentryGestureListener`
29
+- Do not use Sentry logging API if logs are disabled ([#4573](https://github.com/getsentry/sentry-java/pull/4573))
30
+ - This was causing Sentry SDK to log warnings: "Sentry Log is disabled and this 'logger' call is a no-op."
31
32
## 8.17.0
33
0 commit comments