UA in trace
This commit is contained in:
parent
adcd1b6b5e
commit
353f536698
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ $_tracer->begin(
|
|||
[
|
||||
"user"=>$_COOKIE["shm_user"] ?? "No User",
|
||||
"ip"=>$_SERVER['REMOTE_ADDR'] ?? "No IP",
|
||||
"user_agent"=>$_SERVER['HTTP_USER_AGENT'] ?? "No UA",
|
||||
]
|
||||
);
|
||||
|
||||
|
|
Reference in a new issue