-
Notifications
You must be signed in to change notification settings - Fork 253
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
bugsnag-js v8 #2011
Merged
Merged
bugsnag-js v8 #2011
Conversation
This file contains 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
…andle-incomplete-config
…andle-incomplete-config
[PLAT-8023] Prevent session/event delivery with invalid configuration
monkey patch the client._notify method to run in zone where applicable, preventing unnecessary change detection cycles Updating the UI within the onError callback will no longer be considered reliable
Co-authored-by: Joe Haines <[email protected]>
use all arguments when monkey patching Co-authored-by: Joe Haines <[email protected]>
[PLAT-6697] Prevent excess change detection cycles
# Conflicts: # CHANGELOG.md # packages/delivery-node/test/delivery.test.ts # packages/delivery-xml-http-request/test/delivery.test.ts
Catchup integration branch to next
Update bugsnag-android to v6.6.1
* feat: ✨ add correlation property to eventPayload * test: 🧪 test correlation property in delivery * refactor: ♻️ access `event._correlation` without use of .toJSON method
Fix electron v8
* update bugsnag-android to v6 in test fixture * use redacted keys as pattern to work with bugsnag-android v6
v8.0.0-alpha.12
* feat: ✨ handle correlation property in ios events * update changelog entry
v8.0.0-alpha.13
docs: update for v8
gingerbenw
reviewed
Aug 28, 2024
gingerbenw
approved these changes
Aug 28, 2024
packages/plugin-node-unhandled-rejection/unhandled-rejection.js
Outdated
Show resolved
Hide resolved
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.
No description provided.