Method: Sentry::Scope#add_breadcrumb

Defined in:
lib/sentry/scope.rb

#add_breadcrumb(breadcrumb) ⇒ void

This method returns an undefined value.

Adds the breadcrumb to the scope’s breadcrumbs buffer.

Parameters:



113
114
115
# File 'lib/sentry/scope.rb', line 113

def add_breadcrumb(breadcrumb)
  breadcrumbs.record(breadcrumb)
end