struct Bugsnag::Breadcrumb

Included Modules

Defined in:

bugsnag.cr

Constructors

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)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def metadata : Hash(String, JSON::Any::Type) | Nil #

[View source]
def name : String #

[View source]
def timestamp : Time #

[View source]
def type : Type #

[View source]