You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[POA-1346] Add serviceID in telemetry events (#19)
In this PR, we are adding support to send `serviceID` as an event
property for the telemetry events _(wherever possible)_
Follow changes are done:
* Add a `serviceID` var and `SetServiceID()` public function, which is
used by `apidump`, `ecs` and `kube` commands to set serviceID once it is
parsed from the command line
* Done changes in the `CommandLine()` event function to fetch _(using
regexp)_ and parse `serviceID` from command line data since this
function is called before execution of main command function
Amplitude PR, with changes in events:
https://app.amplitude.com/data/postman/Postman/branch-activity/POA-1346/latest
0 commit comments