So it turns out that the bundle created by Nuxt didn't respect the wildcard export like how Sentry is documenting their API. Instead, everything on @sentry/vue is trimmed down and I need to import everything else from @sentry/browser package. Tested this locally and everything works.
So it turns out that the bundle created by Nuxt didn't respect the wildcard export like how Sentry is documenting their API. Instead, everything on
@sentry/vue
is trimmed down and I need to import everything else from@sentry/browser
package. Tested this locally and everything works.