@sentry/browser
Version:
Official Sentry SDK for browsers
10 lines • 396 B
TypeScript
type ReportTypes = 'crash' | 'deprecation' | 'intervention';
interface ReportingObserverOptions {
types?: ReportTypes[];
}
/**
* Reporting API integration - https://w3c.github.io/reporting/
*/
export declare const reportingObserverIntegration: (options?: ReportingObserverOptions | undefined) => import("@sentry/core").Integration;
export {};
//# sourceMappingURL=reportingobserver.d.ts.map