toucan-js
Version:
Cloudflare Workers client for Sentry
10 lines • 397 B
TypeScript
type Allowlist = string[] | RegExp | boolean;
export type RequestDataOptions = {
allowedHeaders?: Allowlist;
allowedCookies?: Allowlist;
allowedSearchParams?: Allowlist;
allowedIps?: Allowlist;
};
export declare const requestDataIntegration: (userOptions?: RequestDataOptions | undefined) => import("@sentry/types").Integration;
export {};
//# sourceMappingURL=requestData.d.ts.map