Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sentry/index.mjs>captureSession

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

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.