Method: Sentry::Breadcrumb::SentryLogger#add
- Defined in:
- lib/sentry/breadcrumb/sentry_logger.rb
#add(*args, &block) ⇒ Object
16 17 18 19 20 |
# File 'lib/sentry/breadcrumb/sentry_logger.rb', line 16 def add(*args, &block) super (*args, &block) nil end |