class Honeybadger::Context

Defined in:

honeybadger/context.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.current : self #

[View source]
def self.new(raw_data : Hash) #

[View source]
def self.new #

[View source]

Instance Method Detail

def merge(log_metadata : Log::Metadata) #

[View source]
def merge(other_context : self) #

[View source]
def store(data : NamedTuple) #

[View source]
def to_s(*args, **options) #

[View source]
def to_s(*args, **options, &) #

[View source]

Macro Detail

macro method_missing(call) #

[View source]