Sha256: fa49d54d7006eec27af3b520d79a283e3c798cd21c7d3e9594b216fb87735833
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
<p><a href="/">Back to list</a></p> <h1>Exception in <%= h @report.application %></h1> <h3>on <%= h @report.machine %> @ <%= h @report.timestamp %></h3> <dl class="group_details"> <dt>Count</dt><dd><%= h(@group.count) %></dd> <dt>First occurred</dt><dd><%= h(@group.first_timestamp) %></dd> <dt>Most recently occurred</dt><dd><%= h(@group.most_recent_timestamp) %></dd> <dt>On machines</dt><dd><%= h(@group.machines.join(', ')) %></dd> <dt>Exception class</dt><dd><%= h(@report.type) %></dd> </dl> <p><a href="/similar/<%= @report.digest%>.html">See all</a></p> <% plugins.each do |plugin| %> <% if plugin.respond_to?(:exception_links) %> <% plugin.exception_links(@report).each do |name, href| %> <p><a href="<%= href %>"><%= name %></a></p> <% end %> <% end %> <% end %> <% @exception = @report %> <h2><%= erb :_exception_message %></h2> <% if @report.backtrace %> <h3>Stack trace</h3> <pre><code><%= h @report.backtrace.join("\n") %></code></pre> <% end %> <% if @report.data && !@report.data.empty? %> <h3>Additional information</h3> <pre><code><%= h JSON.pretty_generate(@report.data) %></code></pre> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
error_stalker-0.0.13 | lib/error_stalker/server/views/show.erb |