We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a9815 commit 501bc1cCopy full SHA for 501bc1c
1 file changed
src/ProfilingData.php
@@ -46,6 +46,7 @@ public function getProfilingData(array $profile)
46
'REQUEST_TIME_FLOAT',
47
'SERVER_ADDR',
48
'SERVER_NAME',
49
+ 'UNIQUE_ID',
50
);
51
52
$serverMeta = array_intersect_key($_SERVER, array_flip($allowedServerKeys));
0 commit comments