Class: Appsignal::EventFormatter::ViewComponent::RenderFormatter
Constant Summary
collapse
- BLANK =
""
DEFAULT, SQL_BODY_FORMAT
Instance Method Summary
collapse
register, registered?, unregister
Instance Method Details
10
11
12
|
# File 'lib/appsignal/event_formatter/view_component/render_formatter.rb', line 10
def format(payload)
[payload[:name], payload[:identifier].sub(root_path, BLANK)]
end
|
#root_path ⇒ Object
14
15
16
|
# File 'lib/appsignal/event_formatter/view_component/render_formatter.rb', line 14
def root_path
@root_path ||= "#{Rails.root}/"
end
|