We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7b6cb commit 287edb9Copy full SHA for 287edb9
src/interfaces.ts
@@ -39,7 +39,7 @@ export type TLogLevelColor = {
39
* Function that generates a request ID.
40
* @public
41
*/
42
-export type TRequestIdFunction = () => string;
+export type TRequestIdFunction = () => string | undefined;
43
44
/**
45
* Constructor: logger settings
0 commit comments