scout_apm 2.4.7 → 2.4.8

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: 07c4a946a4d02fc35ba227fe874ca2e743e19d77
4
- data.tar.gz: 28d3f6e28caea313d1815766ed150739d51dd81c
3
+ metadata.gz: 7177468a7097c50047e4225b572371cd238d2ce3
4
+ data.tar.gz: 3c4242b5794ae628742e4f6e7206d55fe3ba281f
5
5
  SHA512:
6
- metadata.gz: 44f9540db9e162bb66524011724cf11b11c5f02f6694f265a186407c73237eca99ca6799b9bcba07f25b6e9601da4d012c87cfc3f826a72dae2f8953d11b53d1
7
- data.tar.gz: cb4fc4b106c966584cca12eb84167a67efebb7c79ebc079c360ee938eee7ca3369fb24d58c0b0e6fa818194857a66890cc2f1167e47a77e87d8d749c0ab3f87c
6
+ metadata.gz: acee1ffe3fa5d6f488875f0da77f275e5f71277e567f40e5cbbaab7e09664b37acfae663627fe540a3c5823af9656444c455c4ca1cacaa275f4fc3fa8f0b2647
7
+ data.tar.gz: d9f7af4a9554c2098fb492b201441c61686693b8dd1973d9b71f30d05783de43b4472d4cdc3a512a31f27ef54c0bb72c65ddf0eaa0bf76b04cadd30eb22258a8
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ # 2.4.8
2
+
3
+ * Fix issue with detailed middleware instrumentation
4
+
1
5
  # 2.4.7
2
6
 
3
7
  * Fix issue recording backtraces
@@ -30,7 +30,7 @@ module ScoutApm
30
30
 
31
31
  ActionDispatch::MiddlewareStack::Middleware.class_eval do
32
32
  def build(app)
33
- logger.info("Building Middleware #{klass.name}")
33
+ ScoutApm::Agent.instance.context.logger.info("Instrumenting Middleware #{klass.name}")
34
34
  new_mw = klass.new(app, *args, &block)
35
35
  MiddlewareWrapper.new(new_mw, klass.name)
36
36
  end
@@ -1,4 +1,4 @@
1
1
  module ScoutApm
2
- VERSION = "2.4.7"
2
+ VERSION = "2.4.8"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scout_apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.7
4
+ version: 2.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derek Haynes
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-02-01 00:00:00.000000000 Z
12
+ date: 2018-02-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest