mirror of
https://github.com/beestat/app.git
synced 2025-07-09 03:04:07 -04:00
Added extra info to Sentry API reporting
This commit is contained in:
parent
b740d75760
commit
c6c4b66083
@ -731,7 +731,8 @@ final class cora {
|
||||
'extra' => [
|
||||
'error_file' => $error_file,
|
||||
'error_line' => $error_line,
|
||||
'error_trace' => $error_trace
|
||||
'error_trace' => $error_trace,
|
||||
'error_extra_info' => $this->error_extra_info
|
||||
],
|
||||
'exception' => [
|
||||
'type' => 'Exception',
|
||||
|
Loading…
x
Reference in New Issue
Block a user