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 bbf54ad commit caa5aa0Copy full SHA for caa5aa0
packages/apm/src/integrations/tracing.ts
@@ -536,7 +536,6 @@ export class Tracing implements Integration {
536
const duration = Tracing._msToSec(entry.duration as number);
537
538
if (transactionSpan.op === 'navigation' && timeOrigin + startTime < transactionSpan.startTimestamp) {
539
- logger.log('[Tracing] Discarded performance entry because of navigation');
540
return;
541
}
542
0 commit comments