GoogleCloudPlatform / GoogleCloudPlatform/stackdriver-errors-js

Support private source maps

Open
#4 14 comments 19 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
360
Forks
54
PR merge metrics
No merged PRs in 30d

Description

The library only supports source maps when:
- The minified file is appended with a comment directive to your source map file:

``` JS
//# 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.