Closed SagarNaliyapara closed 4 years ago
Bugsnag captures all unhandled errors by design.
To prevent this being reported to Bugsnag you have a few options:
$report
object and return false
for the the specific error:
https://docs.bugsnag.com/platforms/php/laravel/customizing-error-reports/#adding-callbacks
Description
This is currently not handled gracefully bubbles up to bugsnag.
Expected behavior
Observed behavior
Steps to reproduce
This repo will log the error when running the curl command in the README
https://github.com/patrickomeara/passport_error
Version