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

x/sentry_deno/packages/types/src/index.ts>SerializedSession

Unofficial port of the Sentry SDK for JavaScript to Deno.
Latest
interface SerializedSession
import { type SerializedSession } from "https://deno.land/x/sentry_deno@v0.2.2/packages/types/src/index.ts";

Properties

init: boolean
sid: string
optional
did: string
timestamp: string
started: string
optional
duration: number
errors: number
optional
attrs: { release?: string; environment?: string; user_agent?: string; ip_address?: string; }