Skip to content

Commit

Permalink
feat: Add BrowserTracing heartbeatInterval option description (#5606)
Browse files Browse the repository at this point in the history
Add the JS SDK BrowserTracing integration's `heartbeatInterval` option that makes the previously hard-coded heartbeat interval configurable.
  • Loading branch information
Lms24 committed Oct 10, 2022
1 parent bf6cbb4 commit d07d019
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

1 comment on commit d07d019

@vercel
Copy link

@vercel vercel bot commented on d07d019 Oct 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs.sentry.dev
docs.sentry.io
sentry-docs-git-master.sentry.dev

Please sign in to comment.