module Sentry::Rails::Breadcrumb::ActiveSupportLogger

def detach

def detach
  ::ActiveSupport::Notifications.unsubscribe(@subscriber)
end