1.1.2 • Published 1 year ago

@apm-insight-web/upload-sourcemaps v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

upload-sourcemaps

upload sourcemaps tool for apm insight web

Install

Install with npm:

    npm install @apm-insight-web/upload-sourcemaps

Install with yarn:

    yarn add @apm-insight-web/upload-sourcemaps

Usage

upload sourcemaps in one dir

    npx upload-sourcemap --app_id xxxxxx --paths ./dir1

upload sourcemaps in two dirs

    npx upload-sourcemap --app_id xxxxxx --paths ./dir1 --paths ./dir2