Skip to content

Commit

Permalink
feat(browser): fix lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris committed Oct 4, 2022
1 parent f07a2c8 commit 71b215b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tracing/src/browser/browsertracing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ export interface BrowserTracingOptions extends RequestInstrumentationOptions {
finalTimeout: number;

/**
* The heartbeat interval. If no new spans are started or open spans are finished within 3 heartbeats,
* the transaction will be finished.
* The heartbeat interval. If no new spans are started or open spans are finished within 3 heartbeats,
* the transaction will be finished.
* Time is in ms.
*
* Default: 5000
Expand Down

0 comments on commit 71b215b

Please sign in to comment.