-
Notifications
You must be signed in to change notification settings - Fork 133
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
Release 2.1.0 #1424
Merged
Merged
Release 2.1.0 #1424
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
Merge `release/2.0.0` to `develop`
A client raised an issue that Errors would get attributes from previous errors, which was making it hard for them to query on errors. It turns out this is because we were propagating attributes of errors up to the view. The seems like this accidentally slipped in as a side affect as there were no tests checking for it, but I'm labeling it as a breaking change in the changelog.
RUMS-1778 Do not propagate Error and Long Task attributes to the View
Update dependencies
…ion blob for all RUM events
…rate-rum-event
to better surface tests for `DatadogCore`
if a default one was already initialized.
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.29 to 3.1.32. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.29...3.1.32) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…on/gitpython-3.1.32
…for-multiple-SDK-instances RUMM-3509 fix: Can't create custom instance of SDK after default one
…` APIs to unify wording in public APIs
by leveraging the base URL provided by Core SDK
REPLAY-1936 Session Replay Objective-C interface
…tion-impossible * develop: REPLAY-1936 fix access levels Update CHANGELOG.md REPLAY-1936 add objective-c interface
…-for-ap1-dc REPLAY-1965 fix: SR data uploads to AP1 site
…race-injection-impossible RUMM-3374 fix: Manual trace injection APIs are not available in `DatadogTrace`
6 tasks
maxep
approved these changes
Aug 18, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
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.
What and why?
DatadogTrace
#1415Review checklist
Custom CI job configuration (optional)