We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acbe7e1 commit 385cc27Copy full SHA for 385cc27
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