UNPKG

@exmg/lit-helpers

Version:

Package aimed to expose helpers function for CMS development

9 lines (8 loc) 268 B
export interface SentryConfig { release: string; environment: string; dsn: string; attachStacktrace: boolean; } export declare const initSentry: (config?: Partial<SentryConfig>) => void; export declare const captureException: (error: unknown) => void;