teknologi-umum / conference

Website for TeknumConf
https://conf.teknologiumum.com
Apache License 2.0
3 stars 4 forks source link

fix(frontend): proper sentry integration #62

Closed aldy505 closed 1 year ago

aldy505 commented 1 year ago

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.