class Appsignal::EventFormatter::ViewComponent::RenderFormatter

def format(payload)

def format(payload)
  [payload[:name], payload[:identifier].sub(root_path, BLANK)]
end

def root_path

def root_path
  @root_path ||= "#{Rails.root}/"
end