We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a2ebb commit da7c860Copy full SHA for da7c860
src/EventSpanTrait.php
@@ -23,7 +23,7 @@ public function addEventSpan(string $name, string $sentryOp, ?float $startTime =
23
}
24
25
if ($startTime == 0) {
26
- $startTime = 1;
+ $startTime = 0.00000000000001;
27
28
29
$spanContext = new SpanContext();
0 commit comments