Module: Memolog::SentryExtension::ClassMethods
- Defined in:
- lib/memolog/sentry_extension.rb
Instance Method Summary collapse
- #capture_exception(exception, **options, &block) ⇒ Object
- #capture_message(message, **options, &block) ⇒ Object
- #set_extras_memolog! ⇒ Object
Instance Method Details
#capture_exception(exception, **options, &block) ⇒ Object
9 10 11 12 |
# File 'lib/memolog/sentry_extension.rb', line 9 def capture_exception(exception, **, &block) set_extras_memolog! super end |
#capture_message(message, **options, &block) ⇒ Object
14 15 16 17 |
# File 'lib/memolog/sentry_extension.rb', line 14 def (, **, &block) set_extras_memolog! super end |