Get to the root cause of any issue with support for 125+ frameworks and local data residency—you can monitor, debug, and fix issues no matter where you ship from or build.
Prefer a conversation? Contact our European team for a demo.
Considered “not bad” by 4 million developers around the world
Security and compliance are top priorities for Sentry because they are fundamental to your experience. With EU region support and GDPR compliance, we give you more flexibility and control to design your ideal data strategy. If you don’t know, ask your legal team.
Have questions? We’re here to chat about the details. Get in touch with our team.
Over 100,000 teams use Sentry's application monitoring to boost developer velocity and break down silos– fixing application problems across frontend, backend, APIs, and microservices–in a single platform.
We support every technology (except the ones we don't).
Get started with just a few lines of code.
Just run this command 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.