class Bugsnag::Event
- Bugsnag::Event
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
bugsnag/event.crConstructors
Instance Method Summary
- #app : Bugsnag::App | Nil
- #app=(app : Bugsnag::App | Nil)
- #breadcrumbs : Array(Bugsnag::Breadcrumb) | Nil
- #breadcrumbs=(breadcrumbs : Array(Bugsnag::Breadcrumb) | Nil)
-
#context : String | Nil
property threads : Array(Bugsnag::Thread)? # TODO
-
#context=(context : String | Nil)
property threads : Array(Bugsnag::Thread)? # TODO
- #device : Bugsnag::Device | Nil
- #device=(device : Bugsnag::Device | Nil)
- #exceptions : Array(Bugsnag::Exception)
- #exceptions=(exceptions : Array(Bugsnag::Exception))
- #grouping_hash : String | Nil
- #grouping_hash=(grouping_hash : String | Nil)
- #meta_data : Hash(String, JSON::Any) | Nil
- #meta_data=(meta_data : Hash(String, JSON::Any) | Nil)
- #payload_version : Int32
- #payload_version=(payload_version : Int32)
- #request : Bugsnag::Request | Nil
- #request=(request : Bugsnag::Request | Nil)
- #session : Bugsnag::Session | Nil
- #session=(session : Bugsnag::Session | Nil)
- #severity : String
- #severity=(severity : String)
- #unhandled : Bool
- #unhandled=(unhandled : Bool)
-
#user : Bugsnag::User | Nil
@[JSON::Field(key: "severityReason")] property severity_reason : ? # TODO
-
#user=(user : Bugsnag::User | Nil)
@[JSON::Field(key: "severityReason")] property severity_reason : ? # TODO
Constructor Detail
Instance Method Detail
def user : Bugsnag::User | Nil
#
@[JSON::Field(key: "severityReason")] property severity_reason : ? # TODO
def user=(user : Bugsnag::User | Nil)
#
@[JSON::Field(key: "severityReason")] property severity_reason : ? # TODO