Skip to content

Commit

Permalink
once again fix things after rebasing :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Jan 16, 2024
1 parent 60a58c6 commit cd9f4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/test/lib/scope.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ describe('withActiveSpan()', () => {
const client = new TestClient(options);
const scope = new Scope();
const hub = new Hub(client, scope);
// eslint-disable-next-line deprecation/deprecation
makeMain(hub);
});

Expand Down
1 change: 1 addition & 0 deletions packages/tracing-internal/src/browser/metrics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export function addPerformanceEntries(transaction: Transaction): void {
const startTime = msToSec(entry.startTime);
const duration = msToSec(entry.duration);

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

0 comments on commit cd9f4a8

Please sign in to comment.