actions-marketplace-validations/elmah.io Upload Source Map Action
GitHub Action to upload a source map on elmah.io
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| apiKey | An API key with permission to upload source maps. | yes | — |
| logId | The ID of the log which should contain the minified JavaScript and source map. | yes | — |
| path | An URL to the online minified JavaScript file. The URL can be absolute or relative but will always be converted to a relative path (no protocol, domain, and query parameters). elmah.io uses this path to lookup any lines in a JS stack trace that will need de-minification. | yes | — |
| sourceMap | A path to the source map file. Only files with an extension of .map and content type of application/json will be accepted. | yes | — |
| minifiedJavaScript | A path to the minified JavaScript file. Only files with an extension of .js and content type of text/javascript will be accepted. | yes | — |
Outputs
no outputs