You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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