mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-17 14:33:32 +02:00
Updated Bugsnag to version 5.11.0
This commit is contained in:
@@ -320,6 +320,10 @@ public class Event implements JsonStream.Streamable, MetadataAware, UserAware {
|
||||
impl.updateSeverityInternal(severity);
|
||||
}
|
||||
|
||||
protected void updateSeverityReason(@NonNull @SeverityReason.SeverityReasonType String reason) {
|
||||
impl.updateSeverityReason(reason);
|
||||
}
|
||||
|
||||
void setApp(@NonNull AppWithState app) {
|
||||
impl.setApp(app);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user