1.0.5 • Published 2 months ago

@vroskus/upload-sourcemaps v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@vroskus/upload-sourcemaps

Tool for uploading project sourcemaps to Sentry.

Installation

Call:

npm install -D @vroskus/upload-sourcemaps

yarn add -D @vroskus/upload-sourcemaps

Usage

  1. Ensure that you have added configuration to package.json. Example:
// package.json
...
  "uploadSourcemapsConfig": {
    "org": "<Sentry Organization slug>",
    "project": "<Sentry Project slug>",
    "authToken": "<Sentry Authentication token for API>",
    "filesPath": "Path to sourcemap files (optional)"
  }
...
  1. Call upload-sourcemaps after running build. Example:
// package.json
...
  "scripts": {
    "upload:sourcemaps": "upload-sourcemaps",
  }
...
1.0.5

2 months ago

1.0.4

3 months ago

1.0.1

4 months ago

1.0.3

4 months ago

1.0.0

1 year ago