class

Bugsnag::Client

Inherits Reference < Object

Constants

PAYLOAD_VERSION = "5"

Constructors

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/"))
Source

Instance methods

notify(events : Enumerable(Event)) : Nil
Source