Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

Bumps modules/sentry-java from 8.11.1 to 8.12.0.

Auto-generated by a dependency updater.

Changelog

8.12.0

Features

  • Add new User Feedback API (#4286)
    • We now introduced Sentry.captureFeedback, which supersedes Sentry.captureUserFeedback
  • Add Sentry Log Feature (#4372)
    • The feature is disabled by default and needs to be enabled by:
      • options.getLogs().setEnabled(true) in Sentry.init / SentryAndroid.init
      • <meta-data android:name="io.sentry.logs.enabled" android:value="true" /> in AndroidManifest.xml
      • logs.enabled=true in sentry.properties
      • sentry.logs.enabled=true in application.properties
      • sentry.logs.enabled: true in application.yml
    • Logs can be captured using Sentry.logger().info() and similar methods.
    • Logs also take a format string and arguments which we then send through String.format.
    • Please use options.getLogs().setBeforeSend() to filter outgoing logs

Fixes

  • Hook User Interaction integration into running Activity in case of deferred SDK init (#4337)

Dependencies

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-java/8.12.0 branch from eb97b36 to e5254d5 Compare May 14, 2025 03:18
@bitsandfoxes bitsandfoxes merged commit c3fa777 into main May 14, 2025
15 checks passed
@bitsandfoxes bitsandfoxes deleted the deps/modules/sentry-java/8.12.0 branch May 14, 2025 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants