Skip to content

Commit

Permalink
added error key
Browse files Browse the repository at this point in the history
  • Loading branch information
appslanka committed Jun 26, 2024
1 parent 0778f6c commit a9a4079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LaravelBugFix.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public function report(Throwable $e)
'line' => $e->getLine(),
'trace' => $e->getTraceAsString(),
'code' => $e->getCode(),
'error_key' => $errorKey,
];

// Include request details if enabled in configuration
Expand Down

0 comments on commit a9a4079

Please sign in to comment.