apptrail-application-events-sdk 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/apptrail-application-events-sdk.rb +1 -1
- data/lib/raw-event-schema.json +18 -13
- 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: f02d9d9657be1193d625d086952ad017c8dd8cadbb3cdbd0fd6c35698281fd74
|
4
|
+
data.tar.gz: d402a87cb948693ff716511fcfa4d9d457c252e67d3484ee2be771bed5c2dfac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee6fa14d58ac0dc9416e3742bb94edc1aba9fdb0618f744b971214f66e321c543061ddbd0db7a774ecc59b3c097696677e661e11cfa64efcf265de5e8f816c07
|
7
|
+
data.tar.gz: fad8b9314749fd711662ec74a95b23978bccd99b98086fa6a6dc8b0e74afe08507a209e26464e4d3844e8fcd241f8eb114d7f2bf9a41aec9ed8f6fe0d1a7f0e9
|
data/lib/raw-event-schema.json
CHANGED
@@ -53,21 +53,26 @@
|
|
53
53
|
}
|
54
54
|
}
|
55
55
|
},
|
56
|
-
"
|
57
|
-
"type": "
|
58
|
-
"
|
59
|
-
|
60
|
-
|
61
|
-
"
|
56
|
+
"context": {
|
57
|
+
"type": "object",
|
58
|
+
"properties": {
|
59
|
+
"sourceIpAddress": {
|
60
|
+
"type": "string",
|
61
|
+
"description": "The IP address the activity/request being recorded was made from.",
|
62
|
+
"anyOf": [
|
63
|
+
{
|
64
|
+
"format": "ipv4"
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"format": "ipv6"
|
68
|
+
}
|
69
|
+
]
|
62
70
|
},
|
63
|
-
{
|
64
|
-
"
|
71
|
+
"userAgent": {
|
72
|
+
"type": "string",
|
73
|
+
"description": "The agent through which the request was made, e.g. `Mozilla/5.0` or `python-requests/2.20.1`."
|
65
74
|
}
|
66
|
-
|
67
|
-
},
|
68
|
-
"userAgent": {
|
69
|
-
"type": "string",
|
70
|
-
"description": "The agent through which the request was made, e.g. `Mozilla/5.0` or `python-requests/2.20.1`."
|
75
|
+
}
|
71
76
|
},
|
72
77
|
"eventDetails": {
|
73
78
|
"type": "object",
|