Skip to content

Commit caa5aa0

Browse files
committed
Remove logging for discarded entries
We may reintroduce this later on-demand. For now, reduce noise.
1 parent bbf54ad commit caa5aa0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/apm/src/integrations/tracing.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ export class Tracing implements Integration {
536536
const duration = Tracing._msToSec(entry.duration as number);
537537

538538
if (transactionSpan.op === 'navigation' && timeOrigin + startTime < transactionSpan.startTimestamp) {
539-
logger.log('[Tracing] Discarded performance entry because of navigation');
540539
return;
541540
}
542541

0 commit comments

Comments
 (0)