Skip to main content
Module

x/sentry/index.mjs>captureCheckIn

The Official Sentry Deno SDK
Go to Latest
function captureCheckIn
import { captureCheckIn } from "https://deno.land/x/sentry@8.0.0-beta.4/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