Is it possible to enable sourcemaps in Vue-Vite in production environment? I would like to use it for Bugsnag. Can't find anything about it in the docs. In dev
Using "@bugsnag/browser": "7.5.6" I have configured bugsnag to send requests to a custom endpoint by doing: Bugsnag.start({ ... autoTrackSessions: false,