scout_apm 0.9.1.4 → 0.9.2

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: 7e5da14505b9b7a596a8870b88c510343a8285f3
4
- data.tar.gz: 3024cecdb48e24bb10a11a1986d2f26cb56ef494
3
+ metadata.gz: 676d747d57f97f16071bc98fcf459ac623f41f3f
4
+ data.tar.gz: 317fba6ea77f6caa1067648c333b3a5d3276bdf1
5
5
  SHA512:
6
- metadata.gz: d80e841edd0ccc63ed4d7c549ece9c464152f0b26583f50502f3e2b48236a9cf6de820cc7b8ad95bdf541e467efd66a9ee439783ece4e2e690ed1329cd651a6f
7
- data.tar.gz: 25e0fde11cb56dd9df84c0d38f698ed0de6f1e8a6316b7ae91c55697947a2ee1bbc9d52eced136000f512a3ba19a4a5fa7f5909e0e2e2776d0816b7bb32437c5
6
+ metadata.gz: 24125b5b977e9d5782563d356e073e882773dcea3f319f32767a2b0623317d38cc780cf4b0241bc9ec9a9f1deb5c453724dbf02af4710655dd3a447c02cd5d37
7
+ data.tar.gz: 38dc68d06621823fa214af6f79afecf3c03a6d0d8540ee1c3126251bcf5bab4aa45bfb54b8989c70881bed5494bfa567ad257ccf92ff7917eac40a39e57f1298
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.9.2
2
+
3
+ * Internal changes and bug fixes.
4
+
1
5
  # 0.9.1.1
2
6
 
3
7
  * Minor change in Stackprof processing code. Any exception that happens there
@@ -19,7 +19,7 @@ require 'scout_apm/environment'
19
19
  module ScoutApm
20
20
  class Config
21
21
  DEFAULTS = {
22
- 'host' => 'https://apm.scoutapp.com',
22
+ 'host' => 'https://checkin.scoutapp.com',
23
23
  'log_level' => 'info',
24
24
  'stackprof_interval' => 20000 # microseconds, 1000 = 1 millisecond, so 20k == 20 milliseconds
25
25
  }.freeze
@@ -26,7 +26,7 @@ module ScoutApm
26
26
  "Sinatra"
27
27
  end
28
28
  rescue => e
29
- logger.debug "Failed getting Sinatra Application Name: #{e.message}\n#{e.backtrace.join("\n\t")}"
29
+ ScoutApm::Agent.logger.debug "Failed getting Sinatra Application Name: #{e.message}\n#{e.backtrace.join("\n\t")}"
30
30
  "Sinatra"
31
31
  end
32
32
 
@@ -1,4 +1,4 @@
1
1
  module ScoutApm
2
- VERSION = "0.9.1.4"
2
+ VERSION = "0.9.2"
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: 0.9.1.4
4
+ version: 0.9.2
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: 2015-10-05 00:00:00.000000000 Z
12
+ date: 2015-10-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest