ah-opbeat-plugin

0.0.1 • Public • Published

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
  })
})

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i ah-opbeat-plugin

      Weekly Downloads

      0

      Version

      0.0.1

      License

      none

      Last publish

      Collaborators

      • evantahler