Conversation
[full ci]
[full ci]
[full ci]
Sync Main and Next
Update Maze Runner to v11
… 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
…veOutOfMemoryPlugin
…MemoryPlugin to the plugin instead of NativeBridge
…cxx-bugsnag scenarios to avoid dependency issues
… in a native on_error callback
…the same logic as OomScenario to burn memory
New OOM Handling Options
…s in performance constrained apps
AppHang cooldown option
…so that it doesn't block startup
…cenario to use OnSendCallback instead of InterceptingDelivery
…le device ID generation
…ugsnag_event_set_context`
…` 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
Collaborator
Android notifier sizes
Generated by 🚫 Danger |
tomlongridge
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enhancements
NativeOutOfMemoryPluginas a new way to reportOutOfMemoryErrors that uses pre-allocated memory in the NDK module instead of allocating anEventobject. When usedOutOfMemoryErrors will be more reliably reported, but will not be passed toOnErrorCallbacks (OnSendCallbackworks as expected).#2384
appHangCooldownMillisto the AppHangPlugin to control the number of AppHang errors produced when the app is performance constrained#2389
#2391
Bug Fixes
BugsnagAppHangPluginreducing both the CPU cost of a heartbeat and the frequency.#2395