Method: Sentry.add_attachment
- Defined in:
- lib/sentry-ruby.rb
permalink .add_attachment ⇒ Object
[View source]
227 228 229 230 |
# File 'lib/sentry-ruby.rb', line 227 def (**opts) return unless initialized? get_current_scope.(**opts) end |