✨ [RUM-14582] track view counters#21
Merged
Merged
Conversation
5cc4f3e to
c026c01
Compare
3b35f88 to
64d324c
Compare
|
✅ Code Quality ✅ Code Vulnerabilities ✅ Library Vulnerabilities 🎉 All green!🛠️ No new code quality issues 🔗 Commit SHA: 0dd3e7c | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
c026c01 to
5b1d5a0
Compare
64d324c to
acc76ce
Compare
5b1d5a0 to
0cf8318
Compare
8520226 to
5d2abd6
Compare
cdn34dd
approved these changes
Feb 20, 2026
cdn34dd
left a comment
Collaborator
There was a problem hiding this comment.
I think this is fine to merge as is, but I'd like to discuss some potential updates next week regarding how we're handling subscriptions. Nothing major, but now that multiple classes can handle multiple subscriptions, tracking data flow can get complicated very fast and I'd like to make it easier to know at a glace what subscribes to what.
cdn34dd
approved these changes
Mar 2, 2026
4cbc10f to
c3b6312
Compare
declare which track matches which format in the types
5d2abd6 to
0dd3e7c
Compare
Merged
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.
Motivation
Add counts of
error,actionandresourcerelated to the main process viewChanges
ServerEventsto populate event countersTest instructions
Unit tests only for now, it could be tested e2e in error collection PR
Checklist