Skip to content

Commit 29c0ce5

Browse files
committed
once again fix things after rebasing :(
1 parent 94befcb commit 29c0ce5

File tree

1 file changed

+1
-0
lines changed
  • packages/tracing-internal/src/browser/metrics

1 file changed

+1
-0
lines changed

packages/tracing-internal/src/browser/metrics/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ export function addPerformanceEntries(transaction: Transaction): void {
193193
const startTime = msToSec(entry.startTime);
194194
const duration = msToSec(entry.duration);
195195

196+
// eslint-disable-next-line deprecation/deprecation
196197
if (transaction.op === 'navigation' && transactionStartTime && timeOrigin + startTime < transactionStartTime) {
197198
return;
198199
}

0 commit comments

Comments
 (0)