Skip to content

Commit 385cc27

Browse files
improv(logger): add resetKeys to LoggerInterface type (#3213)
Co-authored-by: Andrea Amorosi <[email protected]>
1 parent acbe7e1 commit 385cc27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/logger/src/types/Logger.ts

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ type LoggerInterface = {
197197
refreshSampleRateCalculation(): void;
198198
removeKeys(keys?: string[]): void;
199199
removePersistentLogAttributes(keys?: string[]): void;
200+
resetKeys(): void;
200201
setLogLevel(logLevel: LogLevel): void;
201202
setPersistentLogAttributes(attributes?: LogAttributes): void;
202203
shouldLogEvent(overwriteValue?: boolean): boolean;

0 commit comments

Comments
 (0)