-
Notifications
You must be signed in to change notification settings - Fork 136
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.8.0 #1732
Merged
Merged
Release 2.8.0 #1732
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
…to set it ths is to remove Xcode 15 warning: "The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99."
as it only makes things worse (Simulator hangs and crashes on test process launch).
… subclass The error it fixes was: "UIViewController is missing its initial trait collection populated during initialization. This is a serious bug, likely caused by accessing properties or methods on the view controller before calling a UIViewController initializer."
by mocking integer values within realistic ranges
so it does not depend on iOS Simulator setup in iOS 17
this is to avoid compiler warnings raised from using APIs deprecated in iOS 12.
Merge `release/2.7.0` to `develop`
…for-xcode-15 RUM-2099 fix: Resolve Xcode 15 issues in local development
…hanged thread as `crashed`
Co-authored-by: Maciek Grzybowski <maciek.grzybowski@datadoghq.com>
…ementation-reusable RUM-3462 refactor: Make TLV implementation reusable
…al-hangs-feedback RUM-2925 fix: Refine non-fatal App Hang tracking
RUM-3291 Privacy Manifest - describe data use
…aching RUM-3437 Inject Container to Browser Events
…cord-telemetry RUM-1843 Method Call telemetry
feat(logs): Add error fingerprint attribute
refs: RUM-3237
…lemetry chore: Add unityVersion to telemetry objects
8 tasks
ncreated
approved these changes
Mar 19, 2024
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?
LogEvent
#1672Review checklist
Custom CI job configuration (optional)
tools/