File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
tracing-internal/src/browser/metrics Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -528,6 +528,7 @@ describe('withActiveSpan()', () => {
528
528
const client = new TestClient ( options ) ;
529
529
const scope = new Scope ( ) ;
530
530
const hub = new Hub ( client , scope ) ;
531
+ // eslint-disable-next-line deprecation/deprecation
531
532
makeMain ( hub ) ;
532
533
} ) ;
533
534
Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ export function addPerformanceEntries(transaction: Transaction): void {
193
193
const startTime = msToSec ( entry . startTime ) ;
194
194
const duration = msToSec ( entry . duration ) ;
195
195
196
+ // eslint-disable-next-line deprecation/deprecation
196
197
if ( transaction . op === 'navigation' && transactionStartTime && timeOrigin + startTime < transactionStartTime ) {
197
198
return ;
198
199
}
You can’t perform that action at this time.
0 commit comments