### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases ### How do you use Sentry? Self-hosted/on-premise ### Which package are you using? @sentry/vue ### SDK Version 7.16.0 ### Framework Version vue 3.2.33 ### Link to Sentry event _No response_ ### Steps to Reproduce 1. start pagload transaction 2. beforeNavigate modify transaction name 3. beforeEach modify the transaction name to to.name ### Expected Result Send a transaction to modify the name in beforeNavigate rather than the transaction of to.name. The transaction name I want to send is subject to my modification. ### Actual Result Sent a name transaction of to.name