class Sentry::Rails::Tracing::AbstractSubscriber

def unsubscribe!

def unsubscribe!
  ActiveSupport::Notifications.unsubscribe(self::EVENT_NAME)
end