✨ [RUM-14582] Initiate view collection#20
Merged
Conversation
164791a to
ef8235c
Compare
5cc4f3e to
c026c01
Compare
|
✅ Library Vulnerabilities 🎉 All green!📚 No new vulnerable libraries detected 🔗 Commit SHA: c3b6312 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
5b1d5a0 to
0cf8318
Compare
cdn34dd
reviewed
Feb 20, 2026
c898bec to
5a06ae4
Compare
cdn34dd
approved these changes
Mar 2, 2026
b4f2ca1 to
5c8c4f5
Compare
to later manage `view.is_active` attribute
- basic class structure: emit view / related hooks - add missing `is_active` property
- keep session alive by regularly send view updates - on SESSION_EXPIRED, emit a final inactive view update - on SESSION_RENEW, create a new view
4cbc10f to
c3b6312
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
Track view events corresponding to the main process
Changes
SESSION_EXPIREDlifecycle event, to manageview.is_activeattributeDummyViewbyRumCollectionandViewCollectionSESSION_EXPIRED, emit a final inactive view updateSESSION_RENEW, create a new viewTest instructions
From the playground, you can stop and renew a session to check:
Checklist