class Bugsnag::Client

Defined in:

bugsnag.cr

Constant Summary

PAYLOAD_VERSION = "5"

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_key : String = Bugsnag.api_key, name : String = "Bugsnag Crystal", version : String = VERSION, notifier_project_url : String = "https://github.com/jgaskins/bugsnag", notify_uri : URI = URI.parse("https://notify.bugsnag.com/")) #

[View source]

Instance Method Detail

def notify(events : Enumerable(Event)) : Nil #

[View source]