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/dsn.ts>DsnComponents

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

Primitive components of a Dsn.

Properties

protocol: DsnProtocol

Protocol used to connect to Sentry.

optional
publicKey: string

Public authorization key.

optional
pass: string

Private authorization key (deprecated, optional).

host: string

Hostname of the Sentry instance.

optional
port: string

Port of the Sentry instance.

optional
path: string

Sub path/

projectId: string

Project ID