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
Hi, we have been initializing Sentry/vue at our projects, and recently wanna implement the Loader Script to have more visibilities of the events at the earlier stage. However, with this double Sentry initialisations, we found that the second one (Sentry/vue) is not being initialized. Data related to Vue are not sent to the Sentry platform.
We are using "@sentry/vue": "^7.37.0".
How can we implement both Loader Script and Sentry/Vue in a single project?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, we have been initializing Sentry/vue at our projects, and recently wanna implement the Loader Script to have more visibilities of the events at the earlier stage. However, with this double Sentry initialisations, we found that the second one (Sentry/vue) is not being initialized. Data related to Vue are not sent to the Sentry platform.
We are using "@sentry/vue": "^7.37.0".
How can we implement both Loader Script and Sentry/Vue in a single project?
Beta Was this translation helpful? Give feedback.
All reactions