# File 'lib/sentry/rails/controller_methods.rb', line 12defcapture_exception(exception,options={})with_request_scopedoSentry::Rails.capture_exception(exception,**options)endend
#capture_message(message, options = {}) ⇒ Object
6
7
8
9
10
# File 'lib/sentry/rails/controller_methods.rb', line 6defcapture_message(message,options={})with_request_scopedoSentry::Rails.capture_message(message,**options)endend