snitch_reporting 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 838bbd8f834c1c4a99d9457021ac12648d020d725fb60b3a28f6072fe7fac847
|
|
4
|
+
data.tar.gz: 017ad1b8375de6b1c3b12c5a96e239aa4ec81e44144ea01289bcb995142225f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4c27dbc258ac2e021c0812e90150f9e587c72a3082b1790fd38056151bef45a46ca5b600de4312b9b2e91b8dfddfceb612b46ec57856cc9002d1c5fc4ae6a9d
|
|
7
|
+
data.tar.gz: 15a25a05a742dbe1d434d4b19e4f8b9d148a1cd83b769e038226dc866432b0fbd41e12063b48cbd83eb6955f49d45e85c73f6697d390176152b4c978926d46b4
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<div class="snitch-td">
|
|
53
53
|
<div class="scrollable">
|
|
54
54
|
<%= @report.error %>: <br>
|
|
55
|
-
<code><%= @report.message %></
|
|
55
|
+
<span class="snitch-code"><%= @report.message %></span>
|
|
56
56
|
</div>
|
|
57
57
|
</div>
|
|
58
58
|
</div>
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
<div id="params" class="snitch-section">
|
|
123
123
|
<h3>Params</h3>
|
|
124
124
|
<div class="line-trace">
|
|
125
|
-
<code><%= JSON.pretty_generate(@occurrence.params) %></
|
|
125
|
+
<span class="snitch-code"><%= JSON.pretty_generate(@occurrence.params) %></span>
|
|
126
126
|
</div>
|
|
127
127
|
</div>
|
|
128
128
|
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
<div class="trace-full"><%= file_path %></div>
|
|
142
142
|
</div>
|
|
143
143
|
|
|
144
|
-
<code><% row_data[:snippet].each do |line_num, line_code| %><span class="<%= 'current-line' if line_num.to_s.to_i == line_number %>"><%= line_num %> <%= line_code %></span><br><% end %></
|
|
144
|
+
<span class="snitch-code"><% row_data[:snippet].each do |line_num, line_code| %><span class="<%= 'current-line' if line_num.to_s.to_i == line_number %>"><%= line_num %> <%= line_code %></span><br><% end %></span>
|
|
145
145
|
</div>
|
|
146
146
|
<% end %>
|
|
147
147
|
</div>
|
|
@@ -149,21 +149,21 @@
|
|
|
149
149
|
<div id="backtrace" class="snitch-section">
|
|
150
150
|
<h3>Full Backtrace</h3>
|
|
151
151
|
<div class="line-trace cap-height">
|
|
152
|
-
<code><%= @occurrence.backtrace.join("\n") %></
|
|
152
|
+
<span class="snitch-code"><%= @occurrence.backtrace.join("\n") %></span>
|
|
153
153
|
</div>
|
|
154
154
|
</div>
|
|
155
155
|
|
|
156
156
|
<div id="context" class="snitch-section">
|
|
157
157
|
<h3>Context</h3>
|
|
158
158
|
<div class="line-trace">
|
|
159
|
-
<code><%= JSON.pretty_generate @occurrence.context %></
|
|
159
|
+
<span class="snitch-code"><%= JSON.pretty_generate @occurrence.context %></span>
|
|
160
160
|
</div>
|
|
161
161
|
</div>
|
|
162
162
|
|
|
163
163
|
<div id="environment" class="snitch-section">
|
|
164
164
|
<h3>Environment</h3>
|
|
165
165
|
<div class="line-trace">
|
|
166
|
-
<code><%= JSON.pretty_generate @occurrence.headers %></
|
|
166
|
+
<span class="snitch-code"><%= JSON.pretty_generate @occurrence.headers %></span>
|
|
167
167
|
</div>
|
|
168
168
|
</div>
|
|
169
169
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: snitch_reporting
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rocco Nicholls
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-01-
|
|
11
|
+
date: 2020-01-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|