Sentry’s developer-first APM offering automatically detects performance issues and helps you debug them by showing slow API calls and database database queries, or the broken line of code.
Sentry's application performance monitoring tells you the exact cause of poor performance and where it lies in code.
Uncover real user frustration — from slow page loads to app starts — with production data in a logical workflow. Get automatically notified on critical issues affecting the most users.
Trace slow-loading pages all the way back to poor-performing API calls — and surface any related errors — to get to root cause faster.
Go from a SQL query directly to the source code causing your database problems. Then, profile your code to see the performance bottleneck down to the function level.
“Combining errors and performance helped our engineers better grasp the problem, which streamlined the troubleshooting process. As a result, we were able to resolve latency issues much faster.”
Install Sentry with just a few lines of code. No agents. No long support calls. Immediate OOTB visibility into your app performance.
Just run this commmand to sign up for and install Sentry.
npx @sentry/wizard@latest -i nextjs
Enable Sentry Tracing by adding the below code.
import * as Sentry from '@sentry/nextjs'; Sentry.init({ dsn: 'https://examplePublicKey@o0.ingest.sentry.io/0', // We recommend adjusting this value in production, or using tracesSampler // for finer control tracesSampleRate: 1.0, });
That's it. Check out our documentation to ensure you have the latest instructions.
End-to-end tracing that connects errors and performance bottlenecks across your frontend, backend, or mobile services - down to the line of code causing the issue.
Automatically detect performance issues, prioritize issues by user impact, and pinpoint down to the suspect file/URL/tag and the developer who owns it.
Resolve your performance problems however you work best in your favorite tools— whether it’s Slack alerts, GitHub commits, Jira tickets, email, you name it.