Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/sentry/index.mjs>captureCheckIn

The Official Sentry Deno SDK
Latest
function captureCheckIn
import { captureCheckIn } from "https://deno.land/x/sentry@8.32.0/index.mjs";

Create a cron monitor check in and send it to Sentry.

Parameters

checkIn: CheckIn

An object that describes a check in.

optional
upsertMonitorConfig: MonitorConfig

An optional object that describes a monitor config. Use this if you want to create a monitor automatically when sending a check in.

Returns

string