See exactly how your app spends its time, where it needs optimizing,
and who wrote the slow code.
See a detailed activity breakdown of your frontend apps to
the endpoint response times from your Node.js backend.
Monitor resources, component rendering and redux dispatches
Monitor SQL queries, MongoDB queries, Redis and external http requests.
Choose stack to learn more about the key features
— and how to install in minutes.
$ npm install opbeat --save
var opbeat = require('opbeat')({
appId: '<APP-ID>',
organizationId: '<ORGANIZATION-ID>',
secretToken: '<SECRET-TOKEN>'
});
Opbeat seamlessly integrates with your codebase through Git, just add a single call to your deployment script.
Hook us up to the tools that your team already uses, including Slack and custom HTTP hooks for everything.
On Heroku, you can install Opbeat with a single click using our Heroku add-on.