You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to docs soon as the SDK is initialized (without any additional component tracking config), the ui.vue.render root application loading span should be added to the ongoing pageload transaction.
Actual Result
ui.vue.render is not added to the ongoing transaction in a Vue 3 app
The reason why the root span isn't created is because at the time when the App component is initialized, it seems like our pageload transaction wasn't yet started.
So we're not technically not supporting anything new with the changes in #5983. Our instrumentation seemed to work with vue router 3 and 4 well, except for the later start of the pageload txn.
But yes, we should def. update docs, gonna open up an issue for it.
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/vue
SDK Version
7.14.2
Framework Version
Vue 3
Link to Sentry event
No response
Steps to Reproduce
main.ts
:Expected Result
According to docs soon as the SDK is initialized (without any additional component tracking config), the
ui.vue.render
root application loading span should be added to the ongoing pageload transaction.Actual Result
ui.vue.render
is not added to the ongoing transaction in a Vue 3 appTo do:
const
tovar
rollup plugin #5925The text was updated successfully, but these errors were encountered: