wildsight 0.1.8 → 0.1.9

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: 147f74d56e7e8099f4fa924d7ddd017be25ffbaf
4
- data.tar.gz: 2cbc9897f43db2d50fe351f96c7dcc9408723870
3
+ metadata.gz: d7d5b0c2a3577d5d798e4eb5443d1d87ba8a9007
4
+ data.tar.gz: f38059892f4402249b575a647b48f91c39b92b5b
5
5
  SHA512:
6
- metadata.gz: 42d90f982cf2cf11779edb2f4499ba3594dcb12b4f07a1a1093dddcbe2b3378a3207180d6bbf22588c61fc242aa5f18890291effce238a0c8e2a023911ddaebc
7
- data.tar.gz: 8ca7757976aa611b11d06a3056cd00665e08166b986d32df988773c4797e1d48ae204e96eaf533d3809344a4679c5a1e78aa0db5713d4639feb7427c212d2d76
6
+ metadata.gz: 7cfb38035446e1419b26784416e74cf583f671ffc2c8f2794bb16d958b1cbf1157f64a0fdeac1c47f936a31333d44cf5e6d4cf16f73addc967b3449cf84f3f9a
7
+ data.tar.gz: ea8caec4d8591166532f66d08f1fef586010d0e8e242037f02f96aa8a4ba9dc5c9b543a4f0d3020f20f6e5a160a3f4055f5413a95354d8d1ebd33b67c734ab03
@@ -60,7 +60,6 @@ module Wildsight
60
60
 
61
61
  def upload
62
62
  payload, @events = @events, []
63
- puts payload.inspect
64
63
  @transport.send(payload)
65
64
  end
66
65
 
@@ -25,6 +25,7 @@ module Wildsight
25
25
 
26
26
  context.request[:request_target] = args[4][:controller_class] + '#' + request.params['action']
27
27
 
28
+ puts args[4].inspect
28
29
  context.request[:metrics][:rails] = (args[2] - args[1]) * 1000
29
30
  context.request[:metrics][:view] = args[4][:view_runtime] || 0
30
31
  context.request[:metrics][:database] = args[4][:db_runtime] || 0
@@ -1,3 +1,3 @@
1
1
  module Wildsight
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
3
3
  end
data/wildsight.gemspec CHANGED
@@ -6,8 +6,8 @@ require 'wildsight/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'wildsight'
8
8
  spec.version = Wildsight::VERSION
9
- spec.authors = ['Marek Jelen']
10
- spec.email = ['marek@jelen.biz']
9
+ spec.authors = ['Marek Jelen', 'Filip Zachar']
10
+ spec.email = ['marek@jelen.biz', 'tulak45@gmail.com']
11
11
 
12
12
  spec.summary = 'Multi language/framework/platform error and statistics monitor'
13
13
  spec.description = 'Get complete insight into your applications across technologies'
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wildsight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marek Jelen
8
+ - Filip Zachar
8
9
  autorequire:
9
10
  bindir: exe
10
11
  cert_chain: []
11
- date: 2016-06-07 00:00:00.000000000 Z
12
+ date: 2016-06-09 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: multi_json
@@ -83,6 +84,7 @@ dependencies:
83
84
  description: Get complete insight into your applications across technologies
84
85
  email:
85
86
  - marek@jelen.biz
87
+ - tulak45@gmail.com
86
88
  executables: []
87
89
  extensions: []
88
90
  extra_rdoc_files: []