We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b0bd6 commit 180a463Copy full SHA for 180a463
packages/logger/src/types/Logger.ts
@@ -197,6 +197,7 @@ type LoggerInterface = {
197
refreshSampleRateCalculation(): void;
198
removeKeys(keys?: string[]): void;
199
removePersistentLogAttributes(keys?: string[]): void;
200
+ resetKeys(): void;
201
setLogLevel(logLevel: LogLevel): void;
202
setPersistentLogAttributes(attributes?: LogAttributes): void;
203
shouldLogEvent(overwriteValue?: boolean): boolean;
0 commit comments