Skip to content

Commit

Permalink
feat: Add BrowserTracing heartbeatInterval option description
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Oct 6, 2022
1 parent d20482c commit 45d70a2
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -86,6 +86,12 @@ The maximum duration of the transaction, measured in ms. If the transaction dura

The default is `30000`.

### heartbeatInterval

The time, measured in ms, one heartbeat takes. If no new spans were started or no open spans finished within **three heartbeats**, the transaction will be finished. The heartbeat count restarts whenever a new span is created or an open span is finished.

The default is `5000`.

### startTransactionOnLocationChange

This flag enables or disables creation of `navigation` transaction on history changes.
Expand Down

0 comments on commit 45d70a2

Please sign in to comment.