Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

errorhandlr

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

errorhandlr

Secret sauce.

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

errorhandlr-node

A module for smarter and faster debugging / exception handling node.js projects.

Alpha Tester Instructions

Right now, all this module does is capture any unhandled exceptions you have in the wild and log them to a remote database. My goal is to collect as much data about common exceptions and error states as possible so I can try to find ways to shorten the time between bug and solution. As I collect data, I'll be pushing updates, which I will ask you to install from time to time.

For being an alpha tester, you'll earn something cool down the road if this works out well enough.

Usage

Install the library via npm and save it to your package json:

$ npm install errorhandlr --save

Once you have the library installed, engage the logger with the following snippet at the top of any file that you run directly:

var ErrorHandlr = require('errorhandlr').engage();

Now proceed to code as normal. Any uncaught exceptions you encounter will be logged.

Advanced

If you ever need to disengage the script, you can do so with the following code:

ErrorHandlr.disengage();

Keywords

FAQs

Package last updated on 29 Oct 2013

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc