-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
Are there any plans to support the upload of javascript sourcemaps?
https://docs.sentry.io/clients/javascript/sourcemaps/
I user webpack & uglify on my project and this would help to show the original source code on exceptions
Is not possible at the moment as sentry.io does not support this for node :-(
getsentry/sentry#2632
I tried to upload thru the sentry cli and tested with webpack devtool: 'source-map' and devtool: 'inline-source-map' but nothing worked as this feature is deactivated for node project globally