@highlight-run/sourcemap-uploader
TypeScript icon, indicating that this package has built-in type declarations

0.6.3 • Public • Published

Source Maps Uploader

Uploading source maps to Highlight

In your build pipeline, you will need to run the CLI tool. Here's how to run it:

npx @highlight-run/sourcemap-uploader upload --path="/path/to/sourcemaps"

You can also add this as an npm script

// In package.json

{
  "scripts": {
    "upload-sourcemaps": "npx @highlight-run/sourcemap-uploader upload --path=\"/path/to/sourcemaps\""
  }
}

Contributing

You can test your changes locally by running the following commands:

yarn build
node dist/index.js upload ...

Readme

Keywords

none

Package Sidebar

Install

npm i @highlight-run/sourcemap-uploader

Weekly Downloads

7,337

Version

0.6.3

License

Apache-2.0

Unpacked Size

1.06 MB

Total Files

22

Last publish

Collaborators

  • vadim-highlight
  • zane-highlight
  • eightants
  • podoman