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 94befcb commit 29c0ce5Copy full SHA for 29c0ce5
packages/tracing-internal/src/browser/metrics/index.ts
@@ -193,6 +193,7 @@ export function addPerformanceEntries(transaction: Transaction): void {
193
const startTime = msToSec(entry.startTime);
194
const duration = msToSec(entry.duration);
195
196
+ // eslint-disable-next-line deprecation/deprecation
197
if (transaction.op === 'navigation' && transactionStartTime && timeOrigin + startTime < transactionStartTime) {
198
return;
199
}
0 commit comments