Skip to content

Conversation

@github-actions
Copy link
Contributor

Bumps scripts/android-version.ps1 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
         });
      });

@bruno-garcia bruno-garcia force-pushed the deps/scripts/android-version.ps1 branch 3 times, most recently from f4a3feb to b814d19 Compare August 30, 2025 03:14
@bruno-garcia bruno-garcia force-pushed the deps/scripts/android-version.ps1 branch 3 times, most recently from c4aff89 to a2ce893 Compare September 4, 2025 14:19
@bruno-garcia bruno-garcia force-pushed the deps/scripts/android-version.ps1 branch from a2ce893 to 7a15117 Compare September 4, 2025 14:20
@limbonaut limbonaut merged commit 304be9d into main Sep 4, 2025
6 checks passed
@limbonaut limbonaut deleted the deps/scripts/android-version.ps1 branch September 4, 2025 14:21
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.

3 participants