0.0.7 • Published 9 years ago

ah-airbrake-plugin v0.0.7

Weekly downloads
24
License
-
Repository
github
Last release
9 years ago

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();
    })
  })
})
0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago