question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support private source maps

See original GitHub issue

The 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:open
  • Created 7 years ago
  • Reactions:16
  • Comments:14

github_iconTop GitHub Comments

5reactions
mohamedfasilcommented, Sep 13, 2021

Any update / plan to support this ?

0reactions
mohamedfasilcommented, Sep 13, 2021

Any update / plan to support this ?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found