@apm-insight-web/upload-sourcemaps

upload sourcemaps tool for apm insight web

Usage no npm install needed!

<script type="module">
  import apmInsightWebUploadSourcemaps from 'https://cdn.skypack.dev/@apm-insight-web/upload-sourcemaps';
</script>

README

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