Closed as not planned
Closed as not planned
Description
openedon Jun 17, 2024
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.51.0
Framework Version
vue2
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
in vue project, fast click menu to change url , multi transations exist at the some time , which cause transations data no correct , in perfomance.getEntry()
action and transation's request.url 。
why not finish transation in router.beforeEach ?
Expected Result
transation only contain datas of the router other than previous routers's data .
Actual Result
if multi transations
exit at th some time, transation
contain datas of the previous routers's data in perfomance.getEntry()
, all value of request.url
are setted to the current router
Metadata
Assignees
Type
Projects
Status
Waiting for: Community
Activity