Skip to content
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-4368] Expose custom vitals API #2758

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bcaudan
Copy link
Contributor

@bcaudan bcaudan commented May 15, 2024

Motivation

Provide APIs to track custom durations as vital events

Changes

DD_RUM.startDurationVital('foo', { context, startTime })
// do some stuff
DD_RUM.stopDurationVital('foo', { context, stopTime })

Screenshot 2024-02-05 at 15 17 25

Testing

  • Local
  • Staging
  • Unit
  • End to end

I have gone over the contributing documentation.

@bcaudan bcaudan marked this pull request as ready for review May 15, 2024 14:39
@bcaudan bcaudan requested a review from a team as a code owner May 15, 2024 14:39
@BenoitZugmeyer BenoitZugmeyer marked this pull request as draft May 30, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant