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