Socket
Book a DemoInstallSign in
Socket

ah-opbeat-plugin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ah-opbeat-plugin

I use opbeat as an error reporter

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 23 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts