RUM-12633: Merge develop into cronet feature branch#3028
Merged
satween merged 99 commits intoNov 26, 2025
Conversation
…es for the OkHttp integration
fix: Detekt violations in the flags module Co-authored-by: typotter <[email protected]>
RUM-12720: Updating MIGRATION.MD with the default sampling rate
refs: RUM-12763 This PR adds a check to RUM feature initialization: if the new internal option `_dd.rum.disable_jank_stats` is explicitly set to true, then we refrain from calling `initializeFrameStatesAggregator()`. Otherwise, we call that function as normal. This allows the Unity SDK to configure the Android SDK in such a way that it will never call `JankStats.createAndTrack()`, which is necessary to avoid crashes caused by the older versions of `androidx.metrics` that the `dd-sdk-unity` is forced to use in older versions of Unity. (I notice that the generated `apiSurface` files are not up to date at latest in develop, so I expect that CI will fail. When I test locally with `./local-ci.sh --test`, everything passes. I can rebase once the unrelated API surface issue is fixed in develop.)
…k-stats fix: Add internal disableJankStats config option
RUM-7562: Provide SDK commit SHA1 to the Shopist App
…mentation-tests-behavioral RUM-5445: Revive Session Replay instrumentation tests
…elemetry-sample-rate RUM-5387: Override Metrics telemetry sample rate
…al-exception RUM-10417: Handle potential StackOverflowError
…M-12633-merge-develop
0xnm
approved these changes
Nov 26, 2025
|
🎯 Code Coverage 🔗 Commit SHA: f696c88 | Docs | Datadog PR Page | Was this helpful? Give us feedback! |
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
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 does this PR do?
Merges
developintocronetfeature branch.Motivation
Required to fix broken detekt rules by
flagsfeature.Review checklist (to be filled by reviewers)