0.1.5 • Published 4 years ago

ember-cli-deploy-appsignal v0.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

ember-cli-deploy-appsignal

Ember Deploy plugin for automatically uploading your JS SourceMaps to Appsignal for their FrontEnd reporting product.

Compatibility

  • Ember.js v3.4 or above
  • Ember CLI v2.13 or above
  • Node.js v8 or above

Installation

ember install ember-cli-deploy-appsignal

Usage

Add the following to deploy.js:

ENV.appsignal = {
  pushApiKey: '<required: your push key, not front-end key>',
  appName: '<optional: your app name. default: package name>',
  environment: '<optional: appsignal environment, default: env.deployTarget>',
  appsignalUrl: '<optional: any alternate URL. default: https://appsignal.com/api/sourcemaps>'
}

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.