UNPKG

396 BTypeScriptView Raw
1type ReportTypes = 'crash' | 'deprecation' | 'intervention';
2interface ReportingObserverOptions {
3 types?: ReportTypes[];
4}
5/**
6 * Reporting API integration - https://w3c.github.io/reporting/
7 */
8export declare const reportingObserverIntegration: (options?: ReportingObserverOptions | undefined) => import("@sentry/core").Integration;
9export {};
10//# sourceMappingURL=reportingobserver.d.ts.map
\No newline at end of file