Add previous URL to logs
This commit is contained in:
parent
5384b79082
commit
5c98c73fde
1 changed files with 1 additions and 0 deletions
|
|
@ -394,6 +394,7 @@ class Utils
|
|||
'user_name' => Auth::check() ? Auth::user()->getDisplayName() : '',
|
||||
'method' => Request::method(),
|
||||
'url' => Input::get('url', Request::url()),
|
||||
'previous' => url()->previous(),
|
||||
'user_agent' => isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : '',
|
||||
'ip' => Request::getClientIp(),
|
||||
'count' => Session::get('error_count', 0),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue