Skip to content

Commit ddc7a96

Browse files
HazATrhcarvalho
andauthored
Update packages/apm/src/span.ts
Co-Authored-By: Rodolfo Carvalho <[email protected]>
1 parent 146b693 commit ddc7a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apm/src/span.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class Span implements SpanInterface, SpanContext {
8282
public startTimestamp: number = timestampWithMs();
8383

8484
/**
85-
* Finish timestamp of the span.
85+
* Timestamp in seconds when the span ended.
8686
*/
8787
public timestamp?: number;
8888

0 commit comments

Comments
 (0)