appsignal 0.11.14 → 0.11.15
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e46c381bcac122c334dd4add206d31c1d0055e9e
|
|
4
|
+
data.tar.gz: d0fed9e09daaeef79be49f0f7239beef0140c15c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3441a4fa9552f743e0b3c4e34295b0e1a70cff16b42f7192e85cded61e199e1bfb8f2cd2910cc3ce2aefe6e1f225819a45022e68ddbf8d629e0fa65b06e580e5
|
|
7
|
+
data.tar.gz: ab491b0cb3fae719b4d3e57a94cf4a6f8bf128f5d58bda193c1e8a1906196b4284fb43ea430e916087660bbcb01470c16b480dd996d181945f17f5824b902dcf
|
data/CHANGELOG.md
CHANGED
|
@@ -30,7 +30,7 @@ module Appsignal
|
|
|
30
30
|
ensure
|
|
31
31
|
# In production newer versions of Sinatra don't raise errors, but store
|
|
32
32
|
# them in the sinatra.error env var.
|
|
33
|
-
Appsignal
|
|
33
|
+
Appsignal.add_exception(env['sinatra.error']) if env['sinatra.error']
|
|
34
34
|
end
|
|
35
35
|
|
|
36
36
|
def raw_payload(env)
|
data/lib/appsignal/version.rb
CHANGED
|
@@ -85,7 +85,7 @@ if defined?(::Sinatra)
|
|
|
85
85
|
transaction = double
|
|
86
86
|
transaction.stub(:set_process_action_event)
|
|
87
87
|
transaction.stub(:add_event)
|
|
88
|
-
|
|
88
|
+
Appsignal.should_receive(:add_exception).with(exception)
|
|
89
89
|
Appsignal::Transaction.stub(:current => transaction)
|
|
90
90
|
|
|
91
91
|
middleware.call_with_appsignal_monitoring(env)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appsignal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.11.
|
|
4
|
+
version: 0.11.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert Beekman
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2015-09-
|
|
15
|
+
date: 2015-09-04 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: rack
|