Sentry Source-maps making source code readable in browser dev tools #9005
Closed
PranavTrip
started this conversation in
General
Replies: 1 comment 4 replies
-
If you uploaded the source maps to Sentry you don't need to upload the source maps anymore to your webserver - just the source files. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to enable source-maps for my project using Sentry, the project is made using Vite and React TypeScript. I am following this documentation.
https://docs.sentry.io/platforms/javascript/sourcemaps/uploading/vite/?original_referrer=https%3A%2F%2Fwww.google.com%2F
This documentation works fine in sentry, the source-maps are enabled in Sentry but now the source code is also readable in the browser dev tools, even if the project is in production.
Is there any way I can only enable the source-maps in Sentry and not on my browser
Beta Was this translation helpful? Give feedback.
All reactions