Sign up for the beta tester waiting list. We'll release invites on a first come, first served basis.
Learn how you can speed up your initial load time by looking at three important KPIs in your page load: Time to First Byte, ReactDOM.Render and Page Completed.
The Opbeat agent automatically profiles route changes and interactions, so you can see
exactly what your application is spending its time on and how to make it faster.
See averages and catch outliers by using the time distribution graph.
We measure all interactions, so that you can zoom in on the meta data of slow outliers, like browsers, OS, user information and any custom information you add via the API.
Simply install the Opbeat module and add the snippet to your app. View full documentation.
Sign up for the betanpm install opbeat-react
import initOpbeat from 'opbeat-react';
initOpbeat({
orgId: '<ORGANIZATION-ID>',
appId: '<APP-ID>',
});
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.