Sentry Source-maps making source code readable in browser dev tools #9004
Closed
pranavozone
started this conversation in
General
Replies: 0 comments
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 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