*What* Add an event type to app init & self defence check metrics request body (iOS)
*Why* So metrics aggregations can distinguish between app init metrics and self defence check metrics
*How* * See server implemention in AEROGEAR-2250 for the expected structure * Metrics is part of the Core module https://github.com/aerogear/aerogear-ios-sdk/tree/master/modules/core/metrics * Publish function where common fields like the timestamp & client id is here https://github.com/aerogear/aerogear-ios-sdk/blob/7302e21491c87de3fad3022bde4c07f1360e7637/modules/core/metrics/AgsMetrics.swift#L62-L68
* Verification* * Provision the App Metrics Service * Run the example Android app * Verify (via app and server logs & postgres db row created) the event type is now included |
|