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