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 7d71161 commit 2940fdcCopy full SHA for 2940fdc
packages/apm/src/span.ts
@@ -82,7 +82,7 @@ export class Span implements SpanInterface, SpanContext {
82
public startTimestamp: number = timestampWithMs();
83
84
/**
85
- * Finish timestamp of the span.
+ * Timestamp in seconds when the span ended.
86
*/
87
public timestamp?: number;
88
0 commit comments