Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt delivery of promise rejections immediately #912

Merged
merged 1 commit into from
Jul 29, 2020

Conversation

fractalwrench
Copy link
Contributor

Goal

Attempts to deliver promise rejections immediately. This is required for the React Native notifier where promise rejections are set as unhandled but do not terminate the process.

The logic in Android is now that unhandled events should only be delivered in the same process if they are an ANR or Promise Rejection.

@fractalwrench fractalwrench force-pushed the promise-rejection-delivery branch from d59db64 to cf130d3 Compare July 29, 2020 10:26
@bugsnagbot
Copy link
Collaborator

bugsnagbot commented Jul 29, 2020

Android notifier sizes

Format Size impact of Bugsnag (kB) Size impact of Bugsnag when Minified (kB)
APK 1437.51 1358.78
arm64_v8a 369.24 287.32
armeabi 348.77 266.85
armeabi_v7a 328.29 250.47
x86 406.1 324.18
x86_64 389.72 307.8

Generated by 🚫 Danger

@fractalwrench fractalwrench force-pushed the promise-rejection-delivery branch from cf130d3 to 4ca648d Compare July 29, 2020 14:15
@fractalwrench fractalwrench merged commit 117ec39 into master Jul 29, 2020
@fractalwrench fractalwrench deleted the promise-rejection-delivery branch July 29, 2020 15:59
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.

3 participants