struct Bugsnag::Breadcrumb
- Bugsnag::Breadcrumb
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
bugsnag.crConstructors
- .new(timestamp : Time, name : String, type : Bugsnag::Breadcrumb::Type, metadata : Nil | Hash(String, Array(JSON::Any) | Bool | Float64 | Hash(String, JSON::Any) | Int64 | String | Nil))
- .new(pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(timestamp : Time, name : String, type : Bugsnag::Breadcrumb::Type, metadata : Nil | Hash(String, Array(JSON::Any) | Bool | Float64 | Hash(String, JSON::Any) | Int64 | String | Nil))
#