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 b473b6b commit bb9ccbcCopy full SHA for bb9ccbc
packages/tracing/src/browser/metrics.ts
@@ -136,7 +136,7 @@ export class MetricsInstrumentation {
136
if (transaction.op === 'pageload') {
137
// normalize applicable web vital values to be relative to transaction.startTimestamp
138
139
- const timeOrigin = msToSec(performance.timeOrigin);
+ const timeOrigin = msToSec(browserPerformanceTimeOrigin);
140
141
['fcp', 'fp', 'lcp', 'ttfb'].forEach(name => {
142
if (!this._measurements[name] || timeOrigin >= transaction.startTimestamp) {
0 commit comments