We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8f766 commit d696e62Copy full SHA for d696e62
packages/tracing/src/browser/metrics.ts
@@ -258,7 +258,7 @@ export class MetricsInstrumentation {
258
259
const timeOrigin = msToSec(performance.timeOrigin);
260
const startTime = msToSec(entry.startTime as number);
261
- this._measurements['mark.fid_start'] = { value: timeOrigin + startTime };
+ this._measurements['mark.fid'] = { value: timeOrigin + startTime };
262
263
// Disconnect the observer.
264
po.disconnect();
0 commit comments