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

Release 2.8.0 #1732

Merged
merged 184 commits into from
Mar 19, 2024
Merged

Release 2.8.0 #1732

merged 184 commits into from
Mar 19, 2024

Conversation

maciejburda
Copy link
Member

What and why?

Review checklist

  • Feature or bugfix MUST have appropriate tests (unit, integration)
  • Make sure each commit and the PR mention the Issue number or JIRA reference
  • Add CHANGELOG entry for user facing changes

Custom CI job configuration (optional)

  • Run unit tests for Core, RUM, Trace, Logs, CR and WVT
  • Run unit tests for Session Replay
  • Run integration tests
  • Run smoke tests
  • Run tests for tools/

ncreated and others added 30 commits January 23, 2024 10:17
…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
ncreated and others added 23 commits March 13, 2024 13:38
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
…lemetry

chore: Add unityVersion to telemetry objects
@maciejburda maciejburda marked this pull request as ready for review March 19, 2024 16:00
@maciejburda maciejburda requested review from a team as code owners March 19, 2024 16:00
@maciejburda maciejburda mentioned this pull request Mar 19, 2024
8 tasks
Copy link
Member

@ncreated ncreated left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢 👋

@maciejburda maciejburda merged commit 146f777 into master Mar 19, 2024
16 checks passed
@maciejburda maciejburda deleted the release/2.8.0 branch March 19, 2024 17:52
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.

7 participants