scout_apm 1.3.4 → 1.4.0

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: b6fbe68e8addf7bfe056ee52866c15e10af61a1d
4
- data.tar.gz: d3dbd902ea249c19be319e72bd9bb4147e8c5612
3
+ metadata.gz: 7f5e033e72a264b660c2a76d6f188ddd641fa653
4
+ data.tar.gz: 359ed424119b0624dc0b87768c1e413924850dee
5
5
  SHA512:
6
- metadata.gz: 3702bf98e121cb3701d7e350f6d73aaf961b976cdf627a809848bf06c5185e7ad2837d0a33f40f2540732e89f6f5feb78309bedbb84bbf2bdb9cbcb10458fee9
7
- data.tar.gz: 1811b990165b63124cc5dbc56f34416ed77b0c1008f556f96e29b8e4f9f9c9d8e9be2cad352b632dc5ec732cf39dd4bdb1b9b36866fb34fc91b115a78475766c
6
+ metadata.gz: 41ebbedfe2b1fad421c6db1e34f00710420fa774b152415a32941360011e458b8a07c3e0ad89f39257121960c21a49775a42fe2101f4af17b2fe27cb52e3092f
7
+ data.tar.gz: b155a159cf08da79680f228a53572bdc9b7359e460ceccb317cfb69b4635f715de6a540134b55f5529b0834749a71040cff3ebe999ca9b05421eec09c3bca3ba
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.4.0
2
+
3
+ * Release JSON reporting
4
+
1
5
  # 1.3.4
2
6
 
3
7
  * Fix backtracking issue with on of the SQL sanitization regexes
@@ -25,8 +25,8 @@ module ScoutApm
25
25
  'host' => 'https://checkin.scoutapp.com',
26
26
  'log_level' => 'info',
27
27
  'stackprof_interval' => 20000, # microseconds, 1000 = 1 millisecond, so 20k == 20 milliseconds
28
- 'uri_reporting' => 'full_path'
29
- # 'report_format' => 'json' # coming soon!
28
+ 'uri_reporting' => 'full_path',
29
+ 'report_format' => 'json',
30
30
  }.freeze
31
31
 
32
32
  def initialize(config_path = nil)
@@ -1,4 +1,4 @@
1
1
  module ScoutApm
2
- VERSION = "1.3.4"
2
+ VERSION = "1.4.0"
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: 1.3.4
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derek Haynes