module Bugsnag

Defined in:

bugsnag.cr
bugsnag/app.cr
bugsnag/breadcrumb.cr
bugsnag/config.cr
bugsnag/device.cr
bugsnag/event.cr
bugsnag/exception.cr
bugsnag/notifier.cr
bugsnag/report.cr
bugsnag/request.cr
bugsnag/session.cr
bugsnag/stackframe.cr
bugsnag/user.cr
bugsnag/version.cr

Constant Summary

FILE_REGEX = /@(.+)?:\d+\z/
METHOD_REGEX = /^(.+)#([a-zA-Z0-9]+)/
VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.config(&) #

[View source]
def self.config #

[View source]
def self.report(context : HTTP::Server::Context, exception : ::Exception) #

[View source]