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 75f07ce commit 7d71161Copy full SHA for 7d71161
packages/apm/src/integrations/tracing.ts
@@ -451,8 +451,7 @@ export class Tracing implements Integration {
451
if (active) {
452
Tracing._addPerformanceEntries(active);
453
logger.log('[Tracing] finishIdleTransaction', active.transaction);
454
- // true = use timestamp of last span
455
- active.finish(true);
+ active.finish(/*trimEnd*/ true);
456
Tracing._resetActiveTransaction();
457
}
458
0 commit comments