bugsnag / bugsnag-java

BugSnag error reporting for Java.
https://www.bugsnag.com/platforms/java/
MIT License
56 stars 34 forks source link

Added severity check #214

Closed clr182 closed 2 months ago

clr182 commented 3 months ago

Goal

Null severity causing exception during serialization. Cannot invoke "com.bugsnag.Severity.getValue()" because "this.severity" is null

Design

To check the override for a null severity and log if null = true

Changeset

Added null check to severity value in the Bugsnag.java class for the notify overwrite method.

Testing

Running automated tests.