
Node.js Error Monitoring
Make Debugging Easy with Airbrake Node.js
How to install Airbrake for Node.js error monitoring
Installing Airbrake in your Node.js app takes no more than 3 minutes:
- Create an Airbrake account
- Run the install command from your terminal:
npm install @airbrake/node
- Initialize the library with your account credentials:
const { Notifier } = require('@airbrake/node'); const airbrake = new Notifier({ projectId: 123, projectKey: 'abcdefg12345678', environment: 'production', });
Detailed instructions for Node.js and extra options can be found in the airbrake-js GitHub repository.
Frictionless error monitoring for Node.js
You monitor your servers and even your apps. But who is monitoring your user experience? Your Node.js app might be up and running, but your customers could still be seeing errors. Airbrake can help.
Airbrake silently monitors your Node.js application, 24 hours/day, 7 days/week, alerting you to all new errors affecting your users in real-time. With Airbrake Node.js error monitoring, you'll receive general information about your app's performance, as well as:
- Aggregated error data - identify affected URLs, browsers, users, and more
- Deploy tracking - view the impact of a deploy on your error volumes and types
- Detailed stack traces - making it easy to drill down and catch troublesome errors
Installing Airbrake in your Node.js app is easy and takes just a few minutes. Airbrake Node.js error monitoring and reporting is immediate and delivered via the communication tool of your choice, including Webhooks, Campfire, or email. Stop losing customers to a bad experience. Let Airbrake help.
KEY FEATURES:
Blazing fast, real-time errors alerts
Lightweight notifier installs quickly and won't impact your app performance
Receive error notifications via email, Slack, or webhooks
Fast error search and filtering within your Airbrake dashboard
Advanced data security including SOC-2 Compliance and SAML Single Sign-On - included with all Airbrake plans
Integrates with GitHub, Trello, Slack, JIRA, Pivotal Tracker, GitHub Enterprise, GitLab, GitLab CE/EE, Bitbucket, Lighthouse, Flowdock, Campfire, Assembla, custom webhooks and other 3rd party apps
Dupe error detection
Customizable error filtering
Unlimited users and projects
Comprehensive read & write API
Deploy tracking to monitor code quality
Performance insight about your total app health including your code, production environment, and the user experience.