2.0.1 • Published 1 year ago

bugsee-sourcemaps v2.0.1

Weekly downloads
86
License
ISC
Repository
-
Last release
1 year ago

Sourcemaps

bugsee-sourcemaps is a CLI tool that generates and uploads sourcemaps to Bugsee servers for JavaScript-based projects.

Installation

# using NPM
npm install -g bugsee-sourcemaps

# using Yarn
yarn global add bugsee-sourcemaps

Usage

Usage
    $ bugsee-sourcemaps <command> <options> <project-dir>

    Commands
        make
        upload
        generate

    Options
        -h, --help
        -t, --app-token,
        -v, --app-version,
        -s, --source-map,
        -b, --bundle,
        -e, --endpoint,
        -p, --platform,
        -c, --configuration,
        -o, --overwrite

Options

OptionRequiredCompatible commandsDescription
-t, --app-tokenYesmake, upload, generateApplication token that identifies the app in Bugsee you want to upload sourcemaps for
-v, --app-versionNomake, generate, uploadLets Bugsee to associate sourcemaps with the specified application version. We recommend to set this manually to make sure there will be no any differences in versions of sourcemaps and crash reports
-s, --source-mapYesuploadPath to the generated sourcemaps (file)
-b, --bundleYesuploadPath to the generated bundle (file)
-e, --endpointNoupload, makeDefines the upload endpoint
-p, --platformYesmake, generate, uploadIdentifies the platform sourcemaps are generated for. Available values are: 'ios' and 'android'
-cNomake, generateDefines the configuration to use when handling the sourcemaps. Available values: 'debug' and 'release'. If not specified, sourcemaps for both configurations will be generated
-o, --overwriteNomake, uploadInstructs the tool to overwrite any existing sourcemaps of the same version

Commands

  • make: This command is a union of generate and upload. It automatically generates sourcemaps and uploads them to Bugsee servers.
  • generate: This command instructs the tool to trigger sourcemaps generation for the specified project.
  • upload: This command instructs the tool to upload the specified sourcemaps to the Bugsee servers.
2.0.1

1 year ago

2.0.0

2 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago