activeinsights 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/active_insights/request.rb +1 -1
- data/lib/active_insights/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4597c6ec070da457e8819c67d68212a072de66f326b7c8e90634e64fc06d5d5a
|
4
|
+
data.tar.gz: bb1fd46c8b553c0db8b76f633fa03bab1cffd6f3d5fb9c049557d91c2bdfce1f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24d999fd4047cc43e28e091bf4454cf6d784a412f6390bf8ed18418333908f0c308164d360e0dddfd019d4869c1d5e6c88632a1f72f0fa6a4b0841c049acbd55
|
7
|
+
data.tar.gz: c0ea3a2e7bba4a69f8e7657b12f7148f2a30f446f50409ca77f74d25ba762241065daaedac48684e453d4e4bc79a73b2fd278893befe04e44bdea3f64d02d8e3
|
@@ -3,7 +3,7 @@
|
|
3
3
|
module ActiveInsights
|
4
4
|
class Request < ::ActiveInsights::Record
|
5
5
|
def self.setup(started, finished, unique_id, payload)
|
6
|
-
req =
|
6
|
+
req = payload[:request]
|
7
7
|
|
8
8
|
create!(started_at: started, ip_address: req.remote_ip,
|
9
9
|
finished_at: finished, uuid: unique_id,
|