Upload a source map from the CLI
The sourcemap
command is used to upload source maps and minified JavaScript files to elmah.io.
Usage
> elmahio sourcemap --help
Description:
Upload a source map and minified JavaScript
Usage:
elmahio sourcemap [options]
Options:
--apiKey <apiKey> (REQUIRED) An API key with permission to execute the command
--logId <logId> (REQUIRED) The ID of the log which should contain the minified JavaScript
and source map
--path <path> (REQUIRED) An URL to the online minified JavaScript file
--sourceMap <sourceMap> (REQUIRED) The source map file. Only files with an extension of .map and
content type of application/json will be accepted
--minifiedJavaScript <minifiedJavaScript> (REQUIRED) The minified JavaScript file. Only files with an extension of
.js and content type of text/javascript will be accepted
--proxyHost <proxyHost> A hostname or IP for a proxy to use to call elmah.io
--proxyPort <proxyPort> A port number for a proxy to use to call elmah.io
-?, -h, --help Show help and usage information
Examples
sourcemap --apiKey API_KEY --logId LOG_ID --path "/bundles/sharedbundle.min.js" --sourceMap "c:\path\to\sharedbundle.map" --minifiedJavaScript "c:\path\to\sharedbundle.min.js"
This article was brought to you by the elmah.io team. elmah.io is the best error management system for .NET web applications. We monitor your website, alert you when errors start happening, and help you fix errors fast.
See how we can help you monitor your website for crashes Monitor your website