You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mydea Going forward is childSpanTimeout the direct replacement for heartbeatInterval? Or if not, how should the consumer app change their logic to consider this removal of heartbeatInterval parameter?
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: