---
title: "Set Up"
description: "Learn how to set up Sentry's Cron Monitoring using our CLI, HTTP, and supported SDKs."
url: https://docs.sentry.io/product/new-monitors-and-alerts/monitors/crons/getting-started/
---

# Set Up

To set up Sentry Crons, use the links below for supported SDKs or the Sentry CLI. After it's been set up, you'll be able to receive alerts if your job fails to run at its scheduled time or doesn't execute successfully.

## [Supported SDKs](https://docs.sentry.io/product/new-monitors-and-alerts/monitors/crons/getting-started.md#supported-sdks)

* [PHP](https://docs.sentry.io/platforms/php/crons.md)
  * [Laravel](https://docs.sentry.io/platforms/php/guides/laravel/crons.md)

* [Python](https://docs.sentry.io/platforms/python/crons.md)
  * [Celery](https://docs.sentry.io/platforms/python/integrations/celery/crons.md)

* [Node](https://docs.sentry.io/platforms/javascript/guides/node/crons.md)

  * [Next.js](https://docs.sentry.io/platforms/javascript/guides/nextjs/crons.md)
  * [SvelteKit](https://docs.sentry.io/platforms/javascript/guides/sveltekit/crons.md)
  * [Remix](https://docs.sentry.io/platforms/javascript/guides/remix/crons.md)
  * [NestJS](https://docs.sentry.io/platforms/javascript/guides/nestjs/crons.md)

* [Go](https://docs.sentry.io/platforms/go/crons.md)

* [Java](https://docs.sentry.io/platforms/java/crons.md)
  * [Spring Boot](https://docs.sentry.io/platforms/java/guides/spring-boot/crons.md)

* [Ruby](https://docs.sentry.io/platforms/ruby/crons.md)

* [Elixir](https://docs.sentry.io/platforms/elixir/crons.md)

##### Don't see your platform?

We're working on enabling additional platforms for Crons. In the meantime, you can use the Sentry CLI or HTTP to set up monitoring for your jobs.

## [Others](https://docs.sentry.io/product/new-monitors-and-alerts/monitors/crons/getting-started.md#others)

* [HTTP](https://docs.sentry.io/product/new-monitors-and-alerts/monitors/crons/getting-started/http.md)
* [Sentry CLI](https://docs.sentry.io/cli/crons.md)

## Pages in this section

- [HTTP](https://docs.sentry.io/product/new-monitors-and-alerts/monitors/crons/getting-started/http.md)
