ah-airbrake-plugin

0.0.7 • Public • Published

notes

  • be sure to enable the plugin within actionhero (config/api.js)
  • you will need to add the airbrake package (npm install airbrake --save) to your package.json

You can add a deployment drunt task to clear the previous deploy's errors:

grunt.registerTask('notifyAirbrakeDeploy','tell airbrake we deployed',function(message){
  var done = this.async()
  init(function(api){
    api.airbrake.configure();
    api.airbrake.client.trackDeployment(function(){
      done();
    })
  })
})

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ah-airbrake-plugin

    Weekly Downloads

    7

    Version

    0.0.7

    License

    none

    Last publish

    Collaborators

    • evantahler