0.0.1 • Published 10 years ago

ah-opbeat-plugin v0.0.1

Weekly downloads
6
License
-
Repository
github
Last release
10 years ago

notes

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

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

grunt.registerTask('notifyOpbeatDeploy','tell opbeat we deployed',function(message){
  var done = this.async()
  init(function(api){
    XXX
    XXX
    XXX
  })
})