-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
"heartbeatInterval" not availble in browser tracing integration #14805
Comments
The There are:
instead today. I'll update the docs for this! |
@mydea Going forward is |
@rk-1203 yes, the documentation has been updated accordingly: https://docs.sentry.io/platforms/javascript/tracing/instrumentation/automatic-instrumentation/#childspantimeout |
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: