Track your scheduled jobs
Identify and solve for the root cause faster by viewing data from failed check-ins alongside related error issues.
Know which projects to prioritize based on issue frequency. See events across projects, including missed, failed, and successful check-ins.
Monitor the jobs your team cares about and notify them when they fail. Configure monitors by environment, schedule using crontab or interval - down to the minute.
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
You can monitor a recurring job of any type through check-ins that notify Sentry when a job has started, finished, or if it ran successfully or failed.
You can set up Crons with only a few lines of code. Your existing SDK + DSN can be used for configuration.
Yes, we provide integrations for Celery and Next.js that automatically set up monitors, or you can use our REST API to configure them on your first check-in.
Crons records each job’s start time and end time, duration, and automatically tracks any errors thrown during execution.
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