Skip to content

Commit

Permalink
Update packages/apm/src/span.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: Rodolfo Carvalho <rodolfo.carvalho@sentry.io>
  • Loading branch information
HazAT and rhcarvalho committed Mar 10, 2020
1 parent 7d71161 commit 2940fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apm/src/span.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class Span implements SpanInterface, SpanContext {
public startTimestamp: number = timestampWithMs();

/**
* Finish timestamp of the span.
* Timestamp in seconds when the span ended.
*/
public timestamp?: number;

Expand Down

0 comments on commit 2940fdc

Please sign in to comment.