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 38177a7 commit c8a70d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/rollbar.js/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 c8a70d5

Please sign in to comment.