GoogleCloudPlatform / GoogleCloudPlatform/stackdriver-errors-js

Support private source maps

オープン
#4 コメント 14 件 リアクション 19 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
360
フォーク
54
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。