bugsnag / bugsnag-laravel

BugSnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
https://docs.bugsnag.com/platforms/php/laravel/
MIT License
876 stars 129 forks source link

Oauth2 now throws 400 Bad Request and that reports to BugsNag #400

Closed SagarNaliyapara closed 4 years ago

SagarNaliyapara commented 4 years ago

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

mattdyoung commented 4 years ago

Bugsnag captures all unhandled errors by design.

To prevent this being reported to Bugsnag you have a few options: