RUM-15323: RUM sends ANR & LongTask events to Profiling Feature#3301
Merged
ambushwork merged 1 commit intofeature/continuous-profilingfrom Mar 30, 2026
Merged
Conversation
57d30a7 to
ab5cc96
Compare
Member
Author
|
@codex review |
|
Codex Review: Didn't find any major issues. Already looking forward to the next diff. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
This comment has been minimized.
This comment has been minimized.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## feature/continuous-profiling #3301 +/- ##
================================================================
+ Coverage 71.47% 71.54% +0.07%
================================================================
Files 944 947 +3
Lines 34873 34926 +53
Branches 5912 5921 +9
================================================================
+ Hits 24924 24985 +61
+ Misses 8285 8279 -6
+ Partials 1664 1662 -2
🚀 New features to boost your workflow:
|
0xnm
reviewed
Mar 30, 2026
ab5cc96 to
ad48ed2
Compare
ad48ed2 to
081fab4
Compare
0xnm
reviewed
Mar 30, 2026
081fab4 to
6c74110
Compare
6c74110 to
ed4a6d2
Compare
0xnm
approved these changes
Mar 30, 2026
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?
This PR implements the logic of sending RUM long-task and ANR events to the Profiling feature for continuous profiling correlation.
It also adds the profiling status for these two RUM events.
Motivation
RUM-15323
Review checklist (to be filled by reviewers)