1 | /** Options for the InboundFilters integration */
|
2 | export interface InboundFiltersOptions {
|
3 | allowUrls: Array<string | RegExp>;
|
4 | denyUrls: Array<string | RegExp>;
|
5 | ignoreErrors: Array<string | RegExp>;
|
6 | ignoreTransactions: Array<string | RegExp>;
|
7 | ignoreInternal: boolean;
|
8 | disableErrorDefaults: boolean;
|
9 | }
|
10 | export declare const inboundFiltersIntegration: (options?: Partial<InboundFiltersOptions> | undefined) => import("@sentry/types").Integration;
|
11 | //# sourceMappingURL=inboundfilters.d.ts.map |
\ | No newline at end of file |