225 226 227 228
# File 'lib/sentry-ruby.rb', line 225 def add_attachment(**opts) return unless initialized? get_current_scope.add_attachment(**opts) end