Skip to content

Release v6.25.0#2396

Merged
lemnik merged 40 commits intomainfrom
release/v6.25.0
Mar 2, 2026
Merged

Release v6.25.0#2396
lemnik merged 40 commits intomainfrom
release/v6.25.0

Conversation

@lemnik
Copy link
Copy Markdown
Contributor

@lemnik lemnik commented Mar 2, 2026

Enhancements

  • Added NativeOutOfMemoryPlugin as a new way to report OutOfMemoryErrors that uses pre-allocated memory in the NDK module instead of allocating an Event object. When used OutOfMemoryErrors will be more reliably reported, but will not be passed to OnErrorCallbacks (OnSendCallback works as expected).
    #2384
  • Added appHangCooldownMillis to the AppHangPlugin to control the number of AppHang errors produced when the app is performance constrained
    #2389
  • Moved root/jailbreak detection onto a background thread so that it no longer blocks startup (this should improve startup performance in most common cases)
    #2391

Bug Fixes

  • Reduced the heartbeat overheads of BugsnagAppHangPlugin reducing both the CPU cost of a heartbeat and the frequency.
    #2395

Steve Kirkland and others added 30 commits February 9, 2026 17:14
[full ci]
… OOMs to be reported with the pre-allocated memory in the NDK
…s `unhandledException` in the NDK event serializer
…nto a Plugin so that the behaviour is opt-in
…MemoryPlugin to the plugin instead of NativeBridge
…cxx-bugsnag scenarios to avoid dependency issues
…the same logic as OomScenario to burn memory
…cenario to use OnSendCallback instead of InterceptingDelivery
lemnik and others added 10 commits February 23, 2026 15:26
…` metadata rather than hard-coding it to `true`
Bumps [gradle/actions](https://github.com/gradle/actions) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@f29f5a9...0723195)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.2 to 4.32.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@45cbd0c...89a39a4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…very but also post the crash back onto the main looper
…e/actions-5.0.2

build(deps): bump gradle/actions from 5.0.1 to 5.0.2
…b/codeql-action-4.32.4

build(deps): bump github/codeql-action from 4.32.2 to 4.32.4
Prevent root/jailbreak detection from blocking startup
…head

Reduce AppHangPlugin heartbeat overheads
@bugsnagbot
Copy link
Copy Markdown
Collaborator

Android notifier sizes

Format Size impact of Bugsnag (kB) Size impact of Bugsnag when Minified (kB)
APK 1851.32 1608.69
arm64_v8a 659.71 413.95
armeabi_v7a 598.28 352.52
x86 729.33 483.57
x86_64 700.66 459.0

Generated by 🚫 Danger

@lemnik lemnik marked this pull request as ready for review March 2, 2026 15:04
@lemnik lemnik requested a review from YYChen01988 as a code owner March 2, 2026 15:04
@lemnik lemnik merged commit 73ddccb into main Mar 2, 2026
80 checks passed
@lemnik lemnik deleted the release/v6.25.0 branch March 2, 2026 15:09
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.

5 participants