Skip to content

chore(deps): update Android SDK to v8.27.1#1032

Merged
romtsn merged 1 commit intomainfrom
deps/scripts/update-android.sh/8.27.1
Nov 25, 2025
Merged

chore(deps): update Android SDK to v8.27.1#1032
romtsn merged 1 commit intomainfrom
deps/scripts/update-android.sh/8.27.1

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps scripts/update-android.sh from 8.26.0 to 8.27.1.

Auto-generated by a dependency updater.

Changelog

8.27.1

Fixes

  • Do not log if sentry.properties in rundir has not been found (#4929)

8.27.0

Features

  • Implement OpenFeature Integration that tracks Feature Flag evaluations (#4910)
    • To make use of it, add the sentry-openfeature dependency and register the the hook using: openFeatureApiInstance.addHooks(new SentryOpenFeatureHook());
  • Implement LaunchDarkly Integrations that track Feature Flag evaluations (#4917)
    • For Android, please add sentry-launchdarkly-android as a dependency and register the SentryLaunchDarklyAndroidHook
    • For Server / JVM, please add sentry-launchdarkly-server as a dependency and register the SentryLaunchDarklyServerHook
  • Detect oversized events and reduce their size (#4903)
    • You can opt into this new behaviour by setting enableEventSizeLimiting to true (sentry.enable-event-size-limiting=true for Spring Boot application.properties)
    • You may optionally register an onOversizedEvent callback to implement custom logic that is executed in case an oversized event is detected
      • This is executed first and if event size was reduced sufficiently, no further truncation is performed
    • In case we detect an oversized event, we first drop breadcrumbs and if that isn't sufficient we also drop stack frames in order to get an events size down

Improvements

  • Do not send manual log origin (#4897)

Dependencies

  • Bump Spring Boot 4 to GA (#4923)

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android.sh/8.27.1 branch from d1c48fd to 4f5e73d Compare November 25, 2025 14:40
@romtsn romtsn merged commit 1d4a7ec into main Nov 25, 2025
18 checks passed
@romtsn romtsn deleted the deps/scripts/update-android.sh/8.27.1 branch November 25, 2025 14:41
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