actions-marketplace-validations/elmah.io Upload Source Map Action

GitHub Action to upload a source map on elmah.io

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
apiKeyAn API key with permission to upload source maps.yes
logIdThe ID of the log which should contain the minified JavaScript and source map.yes
pathAn 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
sourceMapA path to the source map file. Only files with an extension of .map and content type of application/json will be accepted.yes
minifiedJavaScriptA path to the minified JavaScript file. Only files with an extension of .js and content type of text/javascript will be accepted.yes

no outputs