UNPKG

434 BTypeScriptView Raw
1interface BreadcrumbsOptions {
2 console: boolean;
3 dom: boolean | {
4 serializeAttribute?: string | string[];
5 maxStringLength?: number;
6 };
7 fetch: boolean;
8 history: boolean;
9 sentry: boolean;
10 xhr: boolean;
11}
12export declare const breadcrumbsIntegration: (options?: Partial<BreadcrumbsOptions> | undefined) => import("@sentry/core").Integration;
13export {};
14//# sourceMappingURL=breadcrumbs.d.ts.map
\No newline at end of file