raygun-apm-rails 0.1.9 → 0.1.10

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
  SHA256:
3
- metadata.gz: fa53ae0598b0601ba844ef77ff80a042e8628b9551a590e265e82e9c2bf0cd78
4
- data.tar.gz: c95e195db693817411f1805be7d85b4a271352fe88c6e73bb72dc57d69e98c93
3
+ metadata.gz: c41c8f9e40432affa4902fb233dbb2502b555f19c2b9a8501312081ba9137f9c
4
+ data.tar.gz: 58f42b7c18092d5ff8548556fd3ebab55d19c27ecdd0a06a62d054314581babe
5
5
  SHA512:
6
- metadata.gz: d89a784f58917e98401d808c035353f0ce3139946570f16ae192cb27fd83483498a0cf273db4e53ea7a4d441b5435f0b71ac34d9d18a3e22c01e5cd48b71cf74
7
- data.tar.gz: 7b73837c1567d65b35d2190aff6c29044fde13d292b73eb379407bf6e94322c4cfb669d0a4d654cf6e3db07a6e1a7878f4fdff23f1e8e2db89abb854a694627c
6
+ metadata.gz: 8deb51a488503a7ff1e5a7dccea7304642780f7721dd9c8c72892b0272af4fda0620298582823af5cc0590167c4a01ff51b1bdc95816941849e3988e99f3238d
7
+ data.tar.gz: f3def1fa8f93eef0292d56d82704cc38bfb931d8f9a6d658a3b1b9670e0a3375f44d9d0a7a2a5913c04c9c561137c58fc9b415a2df36ab3c50316f0bcdc1743b
data/.gitignore CHANGED
@@ -6,3 +6,4 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ *.gem
@@ -66,7 +66,7 @@ module Raygun
66
66
  event[:status] = notification.payload[:status]
67
67
  # XXX constant milliseconds to microseconds
68
68
  event[:duration] = notification.duration * 1000
69
- event[:timestamp] = notification.time.to_f * 1000000
69
+ event[:timestamp] = Time.now.to_f * 1000000
70
70
  event[:tid] = @tracer.get_thread_id(Thread.current)
71
71
  @tracer.emit(event)
72
72
  rescue => e
@@ -100,7 +100,7 @@ module Raygun
100
100
 
101
101
  # XXX constant milliseconds to microseconds
102
102
  event[:duration] = notification.duration * 1000
103
- event[:timestamp] = notification.time.to_f * 1000000
103
+ event[:timestamp] = Time.now.to_f * 1000000
104
104
  event[:tid] = @tracer.get_thread_id(Thread.current)
105
105
  @tracer.emit(event)
106
106
  rescue => e
@@ -1,7 +1,7 @@
1
1
  module Raygun
2
2
  module Apm
3
3
  module Rails
4
- VERSION = "0.1.9"
4
+ VERSION = "0.1.10"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erkki Eilonen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-12-20 00:00:00.000000000 Z
11
+ date: 2019-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: raygun-apm