We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sentry Saas (sentry.io)
@sentry/browser
8.47.0
No response
NA
Follow the steps on this page to set heartbeatInterval in the browser tracing or react-router integrations
heartbeatInterval
The option exists in the SDK.
The option is not defined in the SDK code: https://github.com/getsentry/sentry-javascript/blob/develop/packages/browser/src/tracing/browserTracingIntegration.ts
searching the repository for this option also does not return any results (other than a commented test).
The text was updated successfully, but these errors were encountered:
The heartbeatInterval option was removed in v8, we apparently forgot to update the docs accordingly.
There are:
idleTimeout
finalTimeout
childSpanTimeout
instead today. I'll update the docs for this!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/browser
SDK Version
8.47.0
Framework Version
No response
Link to Sentry event
No response
Reproduction Example/SDK Setup
NA
Steps to Reproduce
Follow the steps on this page to set
heartbeatInterval
in the browser tracing or react-router integrationsExpected Result
The option exists in the SDK.
Actual Result
The option is not defined in the SDK code: https://github.com/getsentry/sentry-javascript/blob/develop/packages/browser/src/tracing/browserTracingIntegration.ts
searching the repository for this option also does not return any results (other than a commented test).
The text was updated successfully, but these errors were encountered: