solid_apm 0.8.1 → 0.8.2

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: 548f55d6caa0c8616d90f4ad6412cc4cab61f321497748300a66b5fa685ce6c5
4
- data.tar.gz: 22c809b06a11521169d94077cc9fbc02e29eb724fc558e9afc399cf767f506e5
3
+ metadata.gz: 6218de46aeec80382ad161cffb631016973a2c5f6f4762095b1e250e3424f010
4
+ data.tar.gz: 7ee929e42611dc2861b1954056a3457aab1de4daff968558140b7cdd113268ad
5
5
  SHA512:
6
- metadata.gz: c3bd60eb649a8534929ff31438b97e0685010a7aaae7cbeed837e7ab808993f477290a80bc0b7ee9acb650f8bf6105e7c0c821dd3f14c0c200b9f43d52581d5e
7
- data.tar.gz: dc50593ebd0efa6e94384a664e5b80994faaf9d326f7405f3b0d0d7b57e57049f2b644a6b40217c6f58bc1e587d563eda3aa42e5d95dd867efed8c6ea74e66b6
6
+ metadata.gz: c66d5a85d9f39e9c82d916f8c289e41addbfe4d20543ad671e7ce982be49c9954d08e5553c6b68e1a448143fef109d5dc1a16ba2613bafd1921f8c3d3a1ddebe
7
+ data.tar.gz: eccd3664d5c31c26408b49db52d6e3c5a377a49861b5500acb18a6f0d56b17422037ae78e90339a6867aaeb7de62f35a040eccb61f4b5118066dda23feeb88af
@@ -5,9 +5,14 @@
5
5
  <h2 class="title is-6"><span class="has-text-grey">Name:</span> <%= @span.name %></h2>
6
6
  <h2 class="title is-6"><span class="has-text-grey">Type:</span> <%= @span.type %></h2>
7
7
  <h2 class="title is-6"><span class="has-text-grey">Subtype:</span> <%= @span.subtype %></h2>
8
- <h2 class="title is-6"><span class="has-text-grey">Summary:</span> <%= @span.summary %></h2>
9
8
  <h2 class="title is-6"><span class="has-text-grey">Duration:</span> <%= @span.duration.round(2) %>ms</h2>
10
9
 
10
+ <h2 class="title is-4 pt-4">Summary</h2>
11
+
12
+ <pre>
13
+ <%= @span.summary %>
14
+ </pre>
15
+
11
16
  <h2 class="title is-4 pt-4">Stacktrace</h2>
12
17
  <% if @span.stacktrace.present? %>
13
18
  <button id="toggle-stacktrace" data-state="app-only">Show All</button>
@@ -1,3 +1,3 @@
1
1
  module SolidApm
2
- VERSION = "0.8.1"
2
+ VERSION = "0.8.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solid_apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean-Francis Bastien