module Sentry::Rails::ControllerMethods

def capture_exception(exception, options = {})

def capture_exception(exception, options = {})
  with_request_scope do
    Sentry::Rails.capture_exception(exception, **options)
  end
end