scout_apm 2.1.23 → 2.1.24

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e5ecf41eb355752c987824cb0e87f1c1eb00d5bf
4
- data.tar.gz: ba61759eed943727a39273a53799109eab55b96d
3
+ metadata.gz: 4c94cdf557213ec5d7954875a37beee23ec18353
4
+ data.tar.gz: d40e259ae8115101adf203e8dff98c6f193cc55d
5
5
  SHA512:
6
- metadata.gz: 6032ba283a3a4f70c18197f03c3ecf3c5cd516c90637a239aca12c2b74f48c6049ac5b292196b29918b2cf55d35d20baf2f8d84b876b9eb52bae1db44f816a73
7
- data.tar.gz: 6152383f3287c81cac60e02624f53ce792b9b6e978140235094627883529d8e076db1705ea5e1bfa6525cbfef33406099ca5114ecfa671cdee0b2c8ea3eef83e
6
+ metadata.gz: c80c11514d116b0d926c2b7e0992c44e4e4cc0be120677d9ac0651fce7069247184e6147cfb081802694792a13fa98db51278f26889ec52b4a4e3d4ac4dc7c0b
7
+ data.tar.gz: '05465810d1d6f23b287b01daae791d456742adc657fd707d4282d10d822e14420010d8ac7c264034f3271b8c84a48717f842c242685257f8bf703b60addb886c'
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ # 2.1.24
2
+
3
+ * Capture additional layers of application backtrace frames. (From 3 -> 8)
4
+
1
5
  # 2.1.23
2
6
 
3
7
  * Extend Mongoid instrumentation to 6.x
@@ -6,8 +6,8 @@ require 'scout_apm/environment'
6
6
  module ScoutApm
7
7
  module Utils
8
8
  class BacktraceParser
9
-
10
- APP_FRAMES = 3 # will return up to 3 frames from the app stack.
9
+ # will return this many backtrace frames from the app stack.
10
+ APP_FRAMES = 8
11
11
 
12
12
  attr_reader :call_stack
13
13
 
@@ -1,4 +1,4 @@
1
1
  module ScoutApm
2
- VERSION = "2.1.23"
2
+ VERSION = "2.1.24"
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.1.23
4
+ version: 2.1.24
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: 2017-04-05 00:00:00.000000000 Z
12
+ date: 2017-04-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest
@@ -286,7 +286,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
286
286
  version: '0'
287
287
  requirements: []
288
288
  rubyforge_project: scout_apm
289
- rubygems_version: 2.4.8
289
+ rubygems_version: 2.6.8
290
290
  signing_key:
291
291
  specification_version: 4
292
292
  summary: Ruby application performance monitoring