-
-
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
rewrite of fetch is not exact #11466
Labels
Comments
@cuijiudai what do you mean by
when the fetch result returns we can considering the network call to be finished. That is what the span is measuring. I recommend you bump your |
Ah I see. I think this is the case when the response is streaming 🤔 We should fix this. |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
How do you use Sentry?
Self-hosted/on-premise
Which SDK are you using?
@sentry/vue
SDK Version
7.49.0
Framework Version
@sentry/vue
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
sentry has rewrite fetch to call finish span when the fetch's then method been called .But the fetch request has no been completed yet, that called a problem that the transaction finished before the fetch complted 。in single-app or qiankun ,that caused transaction always send before the child app loaded when the network is not well or the vendors is large.
Expected Result
make fetch span finish span exact when fetch complete
Actual Result
transaction request send to early before fetch request complete
The text was updated successfully, but these errors were encountered: