Skip to content

Commit

Permalink
Add Add request method
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMahe committed Mar 9, 2016
1 parent 8c649c9 commit fd6d80e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Library/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ static protected function exceptionToSlackAttach(E $e) {
$addToField("File", $e->getFile(), true);
$addToField("Line", $e->getLine(), true);
$addToField("Request url", Request::url(), true);
$addToField("Request method", Request::method(), true);
$addToField("Request param", json_encode(Request::all()), true);

return [
Expand Down

0 comments on commit fd6d80e

Please sign in to comment.