apptrail-application-events-sdk 0.0.3 → 0.0.4

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: f02d9d9657be1193d625d086952ad017c8dd8cadbb3cdbd0fd6c35698281fd74
4
- data.tar.gz: d402a87cb948693ff716511fcfa4d9d457c252e67d3484ee2be771bed5c2dfac
3
+ metadata.gz: cd6577d90aff851fc6436c50a0b30264b3c453c4290f2f0a336a8e0bf3fa7dc8
4
+ data.tar.gz: 6dc2dc70b4f05cf188a755925f1e50e08e277eeacc49efeb7d82aefb8cc4359d
5
5
  SHA512:
6
- metadata.gz: ee6fa14d58ac0dc9416e3742bb94edc1aba9fdb0618f744b971214f66e321c543061ddbd0db7a774ecc59b3c097696677e661e11cfa64efcf265de5e8f816c07
7
- data.tar.gz: fad8b9314749fd711662ec74a95b23978bccd99b98086fa6a6dc8b0e74afe08507a209e26464e4d3844e8fcd241f8eb114d7f2bf9a41aec9ed8f6fe0d1a7f0e9
6
+ metadata.gz: bc49132efe676aa804cdc41f4d4da3a26bd565d107d69342f341ead0bb9f049a9a5b20cdcc6797892294f40fcc1db24383890a1c5d73ef901f891d2e23d6d142
7
+ data.tar.gz: f8abe7ba65ff9d5a3e080a5a7cc230c6a19247340a77fcfd8d51e7034ba239b343308f61c5360b2fdbd1504e8858e70241fdc5dfdf8d449d5b3d60009750e060
data/README.md CHANGED
@@ -62,8 +62,10 @@ event = {
62
62
  },
63
63
  },
64
64
  ],
65
- sourceIpAddress: "103.6.179.245",
66
- userAgent: "Apache-HttpClient/4.5.3 (Java/11.0.11)",
65
+ context: {
66
+ sourceIpAddress: "103.6.179.245",
67
+ userAgent: "Apache-HttpClient/4.5.3 (Java/11.0.11)"
68
+ },
67
69
  tags: {
68
70
  severity: "LOW",
69
71
  },
@@ -55,6 +55,7 @@
55
55
  },
56
56
  "context": {
57
57
  "type": "object",
58
+ "description": "The context object contains fields that give customers additional information about the environment in and source from which the activity recorded occurred",
58
59
  "properties": {
59
60
  "sourceIpAddress": {
60
61
  "type": "string",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apptrail-application-events-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apptrail Team