Skip to content

Commit cd9f4a8

Browse files
committed
once again fix things after rebasing :(
1 parent 60a58c6 commit cd9f4a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/core/test/lib/scope.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ describe('withActiveSpan()', () => {
528528
const client = new TestClient(options);
529529
const scope = new Scope();
530530
const hub = new Hub(client, scope);
531+
// eslint-disable-next-line deprecation/deprecation
531532
makeMain(hub);
532533
});
533534

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)