Skip to main content
Module

x/sentry/index.d.ts>startSession

The Official Sentry Deno SDK
Go to Latest
function startSession
import { startSession } from "https://deno.land/x/sentry@8.0.0-beta.4/index.d.ts";

Start a session on the current isolation scope.

Parameters

optional
context: SessionContext

(optional) additional properties to be applied to the returned session object

Returns

the new active session