ember-cli-deploy-appsignal

The default blueprint for ember-cli addons.

Usage no npm install needed!

<script type="module">
  import emberCliDeployAppsignal from 'https://cdn.skypack.dev/ember-cli-deploy-appsignal';
</script>

README

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.