Merge develop into feature/client-side-stats#3640
Draft
abrooksv wants to merge 171 commits into
Draft
Conversation
…us-sample-rate-api RUM-15189: Add setContinuousSampleRate API to ProfilingConfiguration
…s-profiling-250326
…s-profiling-250326
…-continuous-profiling-250326 Merge `develop` branch into `feature/continuous-profiling` branch
…aunch-duration RUM-15190: Extend app launch profiling duration for continuous merge
…event-to-profiling Send event to Profiling feature when RUM session is renewed
…us-profiling-scheduler RUM-15191: Implement ContinuousProfilingScheduler
…inuous-profiling RUM-15323: RUM sends ANR & LongTask events to Profiling Feature
…lback RUM-15307: Report failure through ProfilerCallback
…e-profiling-rum-context RUM-15334: Commonize ProfilingRumContext for TTID and Continuous Profiling
…ing-rum-event RUM-15334: Add id to RumAnrEvent and RumLongTaskEvent
…filing-cycle Fix continuous profiling back-to-back with app launch by inserting a cooldown window
…-to-scheduler RUM-15321: Continuous profiling writes are gated on pending RUM events
…s-profiling-030426
…s-profiling-030426
…-continuous-profiling-030426 Merge `develop` branch into `feature/continuous-profiling`
…ndicator RUM-15454: Add Profiler status in RUM debug widget
…rofiling Merge develop into feature/continuous-profiling
…mp-analysis-job-template-version RUM-17079: Bump template version for analysis job
ByteArrayOutputStreamAssert contains only highly niche log asserts and they are not used so we can safely remove the util
RUM-17216: Remove unused BatchFileDataReader
RUM-17216: Remove unused ByteArrayOutputStreamAssert
RUM-17216: Remove unused consts from LogsFeature
RUM-17182: Stablize MoveDataMigrationOperationTest under high CPU usage
…-hosts-patterns RUM-16668: Add wildcard host pattern matching to first-party tracing
This reverts commit aabefd7.
… published lib" This reverts commit ed1e44e.
…nsole-validation-tokens Revert "Add Play SDK console verification token to new modules"
Several Continuous Profiling minor bug fixes
RUM-16362: Fix interop wireframe positioning in Compose windows
Next dev iteration
Prepare the 3.12.0 release
Merge release/3.12.0 into develop Co-authored-by: ambushwork <yi.lu@datadoghq.com>
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?
Merge develop into feature branch