Skip to content
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

Gaps in a transaction's Trace View lead to very large, potentially inaccurate durations #12927

Closed
3 tasks done
kpujjigit opened this issue Jul 15, 2024 · 2 comments
Closed
3 tasks done
Labels
Package: react Issues related to the Sentry React SDK

Comments

@kpujjigit
Copy link

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/react

SDK Version

7.112.1

Framework Version

No response

Link to Sentry event

No response

SDK Setup/Reproduction Example

No response

Steps to Reproduce

No steps required on client's end. Sentry is instrumented and performance session data is captured accordingly.

Expected Result

If a performance transaction takes multiple hours or several minutes, it would be expected to get full insight into what exactly is contributing to the long duration. Even if it's thread blocking for example, identifying this for a potential performance issue would be insightful.

Actual Result

Because some transactions are missing span context, samples are being sent to Sentry that provide inaccurate findings. This can lead to outliers and askew averages for the transaction summaries and suspect spans.

image
@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Jul 15, 2024
@github-actions github-actions bot added the Package: react Issues related to the Sentry React SDK label Jul 15, 2024
@andreiborza
Copy link
Member

Hello, thanks for writing in.

We'd recommend upgrading to v8 of the SDK, as we made the finishing logic for idle spans more robust there.

@AbhiPrasad
Copy link
Member

Closing this for clean-up. If this issue still applies, please re-open. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: react Issues related to the Sentry React SDK
Projects
Archived in project
Development

No branches or pull requests

3 participants