Debug report (don't post this anywhere public)
<% if defined?(ap) %>
<%== ap Avo::App.debug_report(request) %>
<% else %>
<%== JSON.pretty_generate(Avo::App.debug_report(request)) %>
<% end %>
<%= a_button icon: 'heroicons/outline/clipboard',
color: :primary,
style: :primary,
data: {
controller: 'copy-to-clipboard',
action: "click->copy-to-clipboard#copy",
text: Avo::App.debug_report(request),
} do %>
Copy debug info
<% end %>