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 cf63272 commit 63ff0e8Copy full SHA for 63ff0e8
src/Bolt.php
@@ -71,7 +71,7 @@ private function track(): void
71
CURLOPT_POSTFIELDS => json_encode([
72
[
73
'properties' => [
74
- '$insert_id' => basename($file),
+ '$insert_id' => (string)$time,
75
'distinct_id' => sha1(implode('', [php_uname(), disk_total_space('.'), filectime('/'), phpversion()])),
76
'amount' => $count,
77
'time' => $time
0 commit comments