Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
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
Metadata
Metadata
Assignees
Type
Projects
Status
No status