module Sentry::Rails::ControllerTransaction

def self.included(base)

def self.included(base)
  base.prepend_around_action(:sentry_around_action)
end