Skip to content

Commit

Permalink
Update ignoredMessages type definition. (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakai-akinobu authored Nov 30, 2022
1 parent ea21879 commit 6a7c416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6a7c416

Please sign in to comment.