Support private source maps
See original GitHub issueThe library only supports source maps when:
-
The minified file is appended with a comment directive to your source map file:
//# sourceMappingURL=http://example.com/path/to/your/sourcemap.map
-
And this file is publicly accessible.
Including server-side component, we could imagine a way to not need to make the source map available publicly.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:16
- Comments:14
Top Results From Across the Web
Private source maps - Airbrake Docs
Private source maps are a core feature available on all paid plans along with public source maps. This guide assumes you have already...
Read more >How to keep source maps private on the live site ? #46 - GitHub
Hi there. I'm working on a Vite/Vue project and we seem to have set up Sentry properly in both Vite (to upload source...
Read more >Source map support for JavaScript applications - Azure Monitor
Be sure to set the "Public access level" to Private , to ensure that your source maps are not publicly accessible.
Read more >Using sourcemaps on production without exposing the source ...
There is a good solution for this issue — sourcemaps. It allows you to debug minified code as if it was unmodified.
Read more >Source Maps for JavaScript - Sentry Documentation
Uploading Source Maps to Sentry. We've compiled a list of guides on how to upload source maps to Sentry for the most popular...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any update / plan to support this ?
Any update / plan to support this ?