Skip to content

Commit 73cf037

Browse files
authored
Update type definition (#917)
1 parent cc0a5fa commit 73cf037

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.d.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ declare namespace Rollbar {
6060
environment?: string;
6161
filterTelemetry?: (e: TelemetryEvent) => boolean;
6262
host?: string; // used in node only
63-
hostBlackList?: string[];
64-
hostWhiteList?: string[];
63+
hostBlackList?: string[]; // deprecated
64+
hostBlockList?: string[];
65+
hostWhiteList?: string[]; // deprecated
66+
hostSafeList?: string[];
6567
ignoredMessages?: string[];
6668
ignoreDuplicateErrors?: boolean;
6769
includeItemsInTelemetry?: boolean;

0 commit comments

Comments
 (0)