1.5.1 ā€¢ Published 2 years ago

@bravobit/angular-sentry-sourcemaps v1.5.1

Weekly downloads
16
License
-
Repository
github
Last release
2 years ago

@bravobit/angular-sentry-sourcemaps

The Angular Sentry sourcemaps uploader.

npm version

  • Use āŒ˜ Command + F or ctrl + F to search for a keyword.

Features

  • Easy implementation
  • Library can be consumed by command line and Node

Installation

To use the angular sentry sourcemaps uploader in your own project install it via npm:

$ npm install @bravobit/angular-sentry-sourcemaps --save-dev

How to use (command-line)

$ angular-sentry-sourcemaps --project frontend --configuration production
ArgumentAltDescription
--project-pThe Angular project name.
--configuration-cThe Angular project's configuration.
--version-vThe version method used for npm version.
--silent-vDisables logging stuff to the console.
--sentry-urln/aThe Sentry url.
--sentry-tokenn/aThe Sentry auth token.
--sentry-orgn/aThe Sentry organisation.
--sentry-projectn/aThe Sentry project.

How to use (node)

const angularSentrySourcemaps = require('@bravobit/angular-sentry-sourcemaps');

async function main() {
    await angularSentrySourcemaps({
        project: 'frontend',
        configuration: 'production',
        version: 'major',
        silent: false
    });

    console.log('done.');
}
ArgumentDescriptionDefault value
projectThe Angular project name.n/a
configurationThe Angular project's configuration.n/a
versionThe version method used for npm version.patch
silentDisables logging stuff to the console.true
1.5.1

2 years ago

1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago