souce-map in production sentry server #5976
Lodo4ka
started this conversation in
Show and tell
Replies: 1 comment
-
Usually sourcemaps shouldn't contribute to bundle-size, unless they're inlined (which you're not doing with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanna use sentry with source-map with @sentry/webpack-plugin, for generate source-map I was using mode devtool 'hidden-source-map', but my bundle increased by 5 kb and documentation define that "no reference. Possible choice when using SourceMap only for error reporting purposes." I wanna generate bundle like production(e.g. devtool: false) and contains source-map in sentry server. How it possible and show more examples?
Beta Was this translation helpful? Give feedback.
All reactions