Sha256: 83927a84621cd8b3cabcd59b7da859eefbe530e8ad8df39ac2324b2face2e50e
Contents?: true
Size: 242 Bytes
Versions: 33
Compression:
Stored size: 242 Bytes
Contents
class InternalInfoSetter MESSAGE = "set by internal_middleware" def initialize(bugsnag) @bugsnag = bugsnag end def call(notification) notification.meta_data[:custom][:info] = MESSAGE @bugsnag.call(notification) end end
Version data entries
33 entries across 33 versions & 2 rubygems