You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.
Hey, since I initially created this repository Bugsnag has updated its API. In order to support the severity an update to version 2 of the notifier API would be required. As far as I can see this is mostly about re-arranging fields and about adding support for some new fields like the severity.
I think a minimal effort to re-arrange existing properties and leaving out any optional properties would be fine for the first iteration.
About supporting severity, Bugsnag only supports info, warn and error. How would you handle/map the remaining levels, which are OFF, DEBUG, TRACE, ALL?
ILoggingEvent.getLevel()
is not reflected in the event sent to bugsnag. INFO level is reported as ERROR to bugsnag.The text was updated successfully, but these errors were encountered: