Skip to content

Commit

Permalink
use more entropy for uniqid in traces
Browse files Browse the repository at this point in the history
  • Loading branch information
mredolatti committed Dec 13, 2023
1 parent 059b704 commit afb6991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/Tracing/Tracer.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ public function trace(array $event)

public function makeId(): string
{
return uniqid();
return uniqid("", true);
}
}

0 comments on commit afb6991

Please sign in to comment.