Skip to content

Commit a3b2ae8

Browse files
committed
feat: orc-9153 add disable/enable tracing
Signed-off-by: Serhii Donii <[email protected]>
1 parent a64298f commit a3b2ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/RequestIdGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ class RequestIdGenerator
1010
{
1111
public static function generate(): string
1212
{
13-
return Uuid::v4()->toString();
13+
return Uuid::v4()->toRfc4122();
1414
}
1515
}

0 commit comments

Comments
 (0)