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 60ab075 commit aa1b794Copy full SHA for aa1b794
packages/tracing/src/browser/browsertracing.ts
@@ -41,8 +41,8 @@ export interface BrowserTracingOptions extends RequestInstrumentationOptions {
41
finalTimeout: number;
42
43
/**
44
- * The heartbeat interval. If no new spans are started or open spans are finished within 3 heartbeats,
45
- * 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.
46
* Time is in ms.
47
*
48
* Default: 5000
0 commit comments