@wistia/wistia-player
Version:
An embeddable wistia-player web component and React wrapper to add responsive, lightweight, and SEO-friendly videos to your site.
10 lines • 603 B
TypeScript
export type SentryProductType = 'carousel' | 'channel' | 'dynamicImport' | 'form' | 'globalListener' | 'mediaPlayback' | 'other' | 'player' | 'playlist' | 'relatedMedia' | 'transcript';
export declare const initializeSentry: () => void;
type ReportErrorDetails = Record<string, string> & {
url?: never;
};
export declare const reportError: (product: SentryProductType, error: Error, details?: ReportErrorDetails) => void;
export declare const listenForGlobalErrors: () => void;
export declare const listenForGlobalUnhandledRejections: () => void;
export {};
//# sourceMappingURL=sentryUtils.d.ts.map