-
Notifications
You must be signed in to change notification settings - Fork 255
Release v8.0.0 #2192
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
Merged
Merged
Release v8.0.0 #2192
Conversation
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
…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 <hello@joehaines.co.uk>
use all arguments when monkey patching Co-authored-by: Joe Haines <hello@joehaines.co.uk>
[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
bugsnag-js v8
tomlongridge
approved these changes
Aug 29, 2024
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.
[8.0.0] - 2024-08-29
Summary
As well as some bug fixes and breaking changes described in the Upgrade Guide, this major SDK release has the following key features:
Bugsnag
client can now be used to call SDK methods in the context of the current requestAdded
Fixed
Bugsnag.notify
#1861Changed
pushState
orreplaceState
no longer triggers a new session whenautoTrackSessions
is enabled #1820request
metadata field in network breadcrumbs has been renamed tourl
and is no longer pre-pended with the HTTP method #1988method
metadata field to network breadcrumbs #1988duration
metadata field to network breadcrumbs #1903