Simple performance breakdown that shows you where your app needs optimizing, like
SQL queries, MongoDB queries, Redis, http requests to other services, etc.
Are all requests to an endpoint slow, or just some of them? Visualize how requests are spread out and isolate edge case issues.
See the average, 95th and 99th percentile response times and find out if your code is performing as expected.
Simply install the Opbeat module and add the snippet to your app. View full documentation.
Sign up with GitHub$ npm install opbeat --save
var opbeat = require('opbeat')({
appId: '<APP-ID>',
organizationId: '<ORGANIZATION-ID>',
secretToken: '<SECRET-TOKEN>'
});
Error logging with automatic error assignment, which leads to fewer notifications. Opbeat integrates with Git, so we can cross-reference errors with code authors and releases.
When an error occurs Opbeat automatically assigns it to the developer best placed to fix the error, taking into account who wrote the code and when it was deployed. Dramatically reducing debugging time, cutting noise, and improving your team's workflow.