Is your feature request related to a problem? Please describe.
No problem, just small optimization
Describe the solution you'd like
Use @sentry/vue instead of @sentry/browser
Describe alternatives you've considered
na
Additional context
Seems a bit simpler solution as we wouldnt have to split browser & vue options anymore
// @see https://docs.sentry.io/platforms/javascript/guides/vue/configuration/integrations/vue-router/
Sentry.init({
Vue,
trackComponents: true,
});