Skip to content

Commit 7d71161

Browse files
committed
doc(apm): Document argument to Span.finish inline
Document the argument using the same format used in microsoft/TypeScript code base.
1 parent 75f07ce commit 7d71161

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/apm/src/integrations/tracing.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,7 @@ export class Tracing implements Integration {
451451
if (active) {
452452
Tracing._addPerformanceEntries(active);
453453
logger.log('[Tracing] finishIdleTransaction', active.transaction);
454-
// true = use timestamp of last span
455-
active.finish(true);
454+
active.finish(/*trimEnd*/ true);
456455
Tracing._resetActiveTransaction();
457456
}
458457
}

0 commit comments

Comments
 (0)