Skip to content

Conversation

@github-actions
Copy link
Contributor

Bumps scripts/update-android-stubs.sh from 8.25.0 to 8.26.0.

Auto-generated by a dependency updater.

Changelog

8.26.0

Features

  • Add feature flags API (#4812) and (#4831)
    • You may now keep track of your feature flag evaluations and have them show up in Sentry.
    • Top level API (Sentry.addFeatureFlag("my-feature-flag", true);) writes to scopes and the current span (if there is one)
    • It is also possible to use API on IScope, IScopes, ISpan and ITransaction directly
    • Feature flag evaluations tracked on scope(s) will be added to any errors reported to Sentry.
      • The SDK keeps the latest 100 evaluations from scope(s), replacing old entries as new evaluations are added.
    • For feature flag evaluations tracked on spans:
      • Only 10 evaluations are tracked per span, existing flags are updated but new ones exceeding the limit are ignored
      • Spans do not inherit evaluations from their parent
  • Drop log events once buffer hits hard limit (#4889)
    • If we have 1000 log events queued up, we drop any new logs coming in to prevent OOM
  • Remove vendored code and upgrade to async profiler 4.2 (#4856)
    • This adds support for JDK 23+

Fixes

  • Removed SentryExecutorService limit for delayed scheduled tasks (#4846)
  • Fix visual artifacts for the Canvas strategy on some devices (#4861)
  • [Config] Trim whitespace on properties path (#4880)
  • Only set DefaultReplayBreadcrumbConverter if replay is available (#4888)
  • Session Replay: Cache connection status instead of using blocking calls (#4891)
  • Fix log count in client reports (#4869)
  • Fix profilerId propagation (#4833)
  • Fix profiling init for Spring and Spring Boot w Agent auto-init (#4815)
  • Copy active span on scope clone (#4878)

Improvements

  • Fallback to distinct-id as user.id logging attribute when user is not set (#4847)
  • Report Timber.tag() as timber.tag log attribute (#4845)
  • Session Replay: Add screenshot strategy serialization to RRWeb events (#4851)
  • Report discarded log bytes (#4871)
  • Log why a properties file was not loaded (#4879)

Dependencies

@github-actions github-actions bot requested a review from alwx as a code owner November 12, 2025 09:12
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Nov 12, 2025
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android-stubs.sh branch 4 times, most recently from 3cf91a7 to b6a15c2 Compare November 12, 2025 11:19
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android-stubs.sh branch from b6a15c2 to cc2307f Compare November 12, 2025 11:29
@antonis antonis changed the base branch from main to deps/scripts/update-android.sh November 12, 2025 11:34
@antonis antonis merged commit 2c60d51 into deps/scripts/update-android.sh Nov 12, 2025
22 of 26 checks passed
@antonis antonis deleted the deps/scripts/update-android-stubs.sh branch November 12, 2025 11:36
antonis added a commit that referenced this pull request Nov 12, 2025
* chore: update scripts/update-android.sh to 8.26.0

* chore: update scripts/update-android-stubs.sh to 8.26.0 (#5365)

Co-authored-by: GitHub <[email protected]>
Co-authored-by: Antonis Lilis <[email protected]>

* Update stub

---------

Co-authored-by: GitHub <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Antonis Lilis <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants