Simple performance breakdown that shows you where your app needs optimizing, like
AJAX calls, template rendering and digest cycle.
Are all render times slow, or just some of them? Visualize how render times are spread out and isolate edge case issues.
See exactly which browsers are slow and which are fast.
Simply install the Opbeat module and add the snippet to your app. View full documentation.
Get started for free<script src="https://cdn.opbe.at/angular.min.js"></script>
angular.module('app', ['ngOpbeat'])
.config(function ($opbeatProvider) {
$opbeatProvider.config({
orgId: '<ORGANIZATION-ID>',
appId: '<APP-ID>'
})
$opbeatProvider.install()
})
Error logging with source maps and 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.