light-sentry-sdk/dist/utils/dsn.d.ts

5 lines
218 B
TypeScript

import type { DSNInfo } from '../types';
export declare function parseDSN(dsn: string): DSNInfo;
export declare function getEnvelopeUrl(dsn: DSNInfo): string;
export declare function getStoreUrl(dsn: DSNInfo): string;