Method: Sentry.add_attachment

Defined in:
lib/sentry-ruby.rb

.add_attachmentObject

[View source]

227
228
229
230
# File 'lib/sentry-ruby.rb', line 227

def add_attachment(**opts)
  return unless initialized?
  get_current_scope.add_attachment(**opts)
end