eventoverse 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,7 @@ module Eventoverse
|
|
20
20
|
:application => Config.get_in(Eventoverse.config, [:application_name]),
|
21
21
|
:hostname => Socket.gethostname,
|
22
22
|
:tags => tags,
|
23
|
-
:emitted_at => Time.now.to_i,
|
23
|
+
:emitted_at => Time.now.to_i * 1000,
|
24
24
|
:type => event_type || "exception"}
|
25
25
|
|
26
26
|
payload.merge!(:additional_info => attributes) unless attributes.nil?
|
data/lib/eventoverse/version.rb
CHANGED