We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0a5fa commit 73cf037Copy full SHA for 73cf037
index.d.ts
@@ -60,8 +60,10 @@ declare namespace Rollbar {
60
environment?: string;
61
filterTelemetry?: (e: TelemetryEvent) => boolean;
62
host?: string; // used in node only
63
- hostBlackList?: string[];
64
- hostWhiteList?: string[];
+ hostBlackList?: string[]; // deprecated
+ hostBlockList?: string[];
65
+ hostWhiteList?: string[]; // deprecated
66
+ hostSafeList?: string[];
67
ignoredMessages?: string[];
68
ignoreDuplicateErrors?: boolean;
69
includeItemsInTelemetry?: boolean;
0 commit comments