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 2e3852f commit 02dfd50Copy full SHA for 02dfd50
src/Understand/UnderstandLaravel/Logger.php
@@ -81,7 +81,7 @@ protected function prepare(array $log, array $additional = [])
81
82
if (!isset($event['timestamp']))
83
{
84
- $event['timestamp'] = time();
+ $event['timestamp'] = round(microtime(true) * 1000);
85
}
86
87
return $event;
0 commit comments