bugsnag / bugsnag-symfony

BugSnag notifier for the Symfony PHP framework. Monitor and report errors in your Symfony apps.
https://docs.bugsnag.com/platforms/php/symfony
MIT License
43 stars 21 forks source link

Give events a severity of 'error' #126

Closed imjoehaines closed 3 years ago

imjoehaines commented 3 years ago

Goal

Currently we don't explicitly set a severity on events we capture, so they default to 'warning'. For consistency with other notifiers and because we're only dealing with unhandled errors, this should be 'error'