GoogleCloudPlatform / GoogleCloudPlatform/stackdriver-errors-js
Support private source maps
Aperta
- Lingua principale
- JavaScript
- Stelle
- 360
- Fork
- 54
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.