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.
113 114 115 |
# File 'lib/sentry/scope.rb', line 113 def () .record() end |