-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RUM-5841 feat(view-loading-api): implement addViewLoadingTime API #2026
Conversation
c6f8f1e
to
ac3c881
Compare
ac3c881
to
e49d5f0
Compare
Datadog ReportBranch report: ✅ 0 Failed, 1869 Passed, 0 Skipped, 1m 15.03s Total Time 🔻 Code Coverage Decreases vs Default Branch (3) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great 👌🎯. I left few minor feedbacks 👍.
Co-authored-by: Maciek Grzybowski <[email protected]>
Co-authored-by: Maciek Grzybowski <[email protected]>
Since this was linked in the latest release: Is there any public documentation on how to use this feature? |
What and why?
https://datadoghq.atlassian.net/wiki/spaces/RUMP/pages/3951001790/RFC+View+loading+time+manual+API
How?
This PR follows the RFC and introduces
addViewLoadingTime
API. The implementation follows the existing command pattern and updates theRUMViewEvent.view.loading
when called which also triggers the view update.This PR doesn't introduce any telemetry which will be added in upcoming PRs. We will require #2019 to merged as prerequisite.
Review checklist