import { denoCronIntegration } from "https://deno.land/x/sentry@8.37.1/index.mjs";
Instruments Deno.cron to automatically capture cron check-ins.
Enabled by default in the Deno SDK.
Sentry.init({
integrations: [
Sentry.denoCronIntegration(),
],
})