diff --git a/index.d.ts b/index.d.ts index 5335808a..cb871f81 100644 --- a/index.d.ts +++ b/index.d.ts @@ -75,7 +75,7 @@ declare namespace Rollbar { hostBlockList?: string[]; hostWhiteList?: string[]; // deprecated hostSafeList?: string[]; - ignoredMessages?: string[]; + ignoredMessages?: (string | RegExp)[]; ignoreDuplicateErrors?: boolean; includeItemsInTelemetry?: boolean; inspectAnonymousErrors?: boolean;