GoogleCloudPlatform / GoogleCloudPlatform/stackdriver-errors-js
Support private source maps
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 360
- Forks
- 54
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.