Skip to content

Conversation

@github-actions
Copy link
Contributor

Bumps modules/sentry-java from 8.19.1 to 8.20.0.

Auto-generated by a dependency updater.

Changelog

8.20.0

Fixes

  • Do not use named capturing groups for regular expressions (#4652)
    • This fixes a crash on Android versions below 8.0 (API level 26)

Features

  • Add onDiscard to enable users to track the type and amount of data discarded before reaching Sentry (#4612)
    • Stub for setting the callback on Sentry.init:
      Sentry.init(options -> {
        ...
        options.setOnDiscard(
         (reason, category, number) -> {
           // Your logic to process discarded data
         });
      });

@github-actions github-actions bot requested a review from bitsandfoxes as a code owner August 26, 2025 03:18
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-java/8.20.0 branch from 49979ce to 28bb753 Compare August 26, 2025 03:18
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-java/8.20.0 branch from 28bb753 to 8c1b937 Compare August 27, 2025 03:14
@bitsandfoxes bitsandfoxes enabled auto-merge (squash) August 27, 2025 08:54
@bitsandfoxes bitsandfoxes merged commit 4fbb0fd into main Aug 27, 2025
95 checks passed
@bitsandfoxes bitsandfoxes deleted the deps/modules/sentry-java/8.20.0 branch August 27, 2025 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants