Home > @datadog/browser-rum > RumGlobal > startDurationVital
Start a custom duration vital.
If you plan to have multiple durations for the same vital, you should use the reference returned by this method.
Signature:
startDurationVital: (name: string, options?: {
context?: object;
description?: string;
}) => DurationVitalReference;