Skip to main content
Module

x/sentry/index.d.ts>captureCheckIn

The Official Sentry Deno SDK
Go to Latest
function captureCheckIn
import { captureCheckIn } from "https://deno.land/x/sentry@7.109.0/index.d.ts";

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