Skip to main content
Module

x/sentry/index.d.ts>captureSession

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

Sends the current session on the scope to Sentry

Parameters

optional
end: boolean

If set the session will be marked as exited and removed from the scope. Defaults to false.