upload sourcemaps tool for apm insight web
npm install @apm-insight-web/upload-sourcemapsupload sourcemaps tool for apm insight web
``bash`
npm install @apm-insight-web/upload-sourcemaps
`bash`
yarn add @apm-insight-web/upload-sourcemaps
upload sourcemaps in one dir
`bash`
npx upload-sourcemap --app_id xxxxxx --paths ./dir1
upload sourcemaps in two dirs
`bash``
npx upload-sourcemap --app_id xxxxxx --paths ./dir1 --paths ./dir2