#Sentry Readable Stacktrace without .js.map files?
14 messages · Page 1 of 1 (latest)
You can read more about Source Maps here: https://docs.sentry.io/platforms/javascript/guides/react/sourcemaps/
You can upload the Source Maps directly to Sentry so you don't have to push them to production. Hope that helps!
So I don't need to have it on both sides?
No, if you upload your Source Maps directly to Sentry in your build process you can discard the .map files in your deployment so they are not publicly accesible.
Here are all the options list, the very last one is "Hosting Publicy" (which you wan';t to avoid): https://docs.sentry.io/platforms/javascript/guides/react/sourcemaps/uploading/
I already made it like in the first link but I don't see proper error in Sentry. Better to say I see an error but I don't see a code
No code at all. I see minified files in static folder but then its empty
Also there is button to Unminify Code but I need to have im compressed
I see minified files in static folder but then its empty
This sounds like a problem with the build process if your build files are empty.
Also there is button to Unminify Code but I need to have im compressed
What button are you talking about?