Manage your Site Reliability Effortlessly
Catch any issues causing downtime - from DNS resolution problems to application errors - with HTTP tests on your designated site pages every minute.
Debug your downtime with insights on failed uptime checks alongside traces and related errors.
Customize uptime alerts to match the expected response codes for your website or API, and get instant notifications via Slack if any downtime is detected.
Getting started with Sentry is simple
We support every technology (except the ones we don't).
Get started with just a few lines of code.
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.
FAQs
Uptime Monitoring alerts can be configured to check a specific URL at one minute intervals for downtime, such as an unexpected response code, a request timeout, or DNS resolution issues. Additionally, if your website or API is using one of Sentry’s back-end SDKs, we can automatically trace any related errors to a failed uptime check, helping you pinpoint the root cause faster.
In just a few minutes, you can create a new Uptime Monitoring Alert directly from the Sentry dashboard that monitors a specific URL for any issues. To use Uptime Monitoring, you will first need a Sentry account. If you don’t have a Sentry account, you can create one here. Then, follow the instructions in our docs to set up your Uptime Monitoring Alert.
Uptime Monitoring is currently available for free while in open beta, with pricing details to be shared at a later date.
Of course we have more content
Get monthly product updates from Sentry
Sign up for our newsletter.
And yes, it really is monthly. Ok, maybe the occasional twice a month, but for sure not like one of those daily ones that you just tune out after a while.
Fix It
Get started with the only application monitoring platform that empowers developers to fix application problems without compromising on velocity.