Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sentry/index.mjs>denoCronIntegration

The Official Sentry Deno SDK
Go to Latest
variable denoCronIntegration
import { denoCronIntegration } from "https://deno.land/x/sentry@8.10.0/index.mjs";

Instruments Deno.cron to automatically capture cron check-ins.

Enabled by default in the Deno SDK.

Sentry.init({
  integrations: [
    Sentry.denoCronIntegration(),
  ],
})

type

() => Integration