Skip to main content
Module

x/sentry/packages/types/src/dsn.ts>DsnComponents

Official Sentry SDKs for Javascript
Go to Latest
interface DsnComponents
import { type DsnComponents } from "https://deno.land/x/sentry@deno/packages/types/src/dsn.ts";

Primitive components of a Dsn.

Properties

protocol: DsnProtocol

Protocol used to connect to Sentry.

user: 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