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
I am using Sentry for error monitoring and I want to get a proper stacktrace to fix production issues.
With bytenode enabled, I am unable to generate source maps.
Sentry throws the below exception (vite:bytecode plugin) Sourcemap is likely to be incorrect: a plugin (vite:bytecode) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help
Any solution to generate source map? Or this is never possible?
alex8088
changed the title
Source map support to trace production errors
Source map support to trace production errors under the bytecode plugin
Jul 22, 2023
any update or advice on this? we use sentry for error tracking and need to ensure source code safety (so enabled bytecode plugin), but it causes source maps in sentry no longer working
Describe the bug
I am using Sentry for error monitoring and I want to get a proper stacktrace to fix production issues.
With bytenode enabled, I am unable to generate source maps.
Sentry throws the below exception
(vite:bytecode plugin) Sourcemap is likely to be incorrect: a plugin (vite:bytecode) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help
Any solution to generate source map? Or this is never possible?
Electron-Vite Version
1.0.25
Electron Version
25.3.1
Vite Version
4.4.5
Validations
The text was updated successfully, but these errors were encountered: