Skip to content

Commit f07a2c8

Browse files
outsiderisLms24
andauthored
Update packages/tracing/src/browser/browsertracing.ts
Co-authored-by: Lukas Stracke <[email protected]>
1 parent de29dd1 commit f07a2c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/tracing/src/browser/browsertracing.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ export interface BrowserTracingOptions extends RequestInstrumentationOptions {
4141
finalTimeout: number;
4242

4343
/**
44-
* The heartbeat interval. If activities don't change in 3 heartbeats, a transaction will be finished.
44+
* The heartbeat interval. If no new spans are started or open spans are finished within 3 heartbeats,
45+
* the transaction will be finished.
4546
* Time is in ms.
4647
*
4748
* Default: 5000

0 commit comments

Comments
 (0)