TP-72537 | Improve event in data upload (#11773)
This commit is contained in:
@@ -4718,7 +4718,7 @@ class NaviAnalytics private constructor() {
|
||||
fun onEvent(eventName: String, parameters: Map<String, String>?) {
|
||||
val eventValues =
|
||||
mapOf("sourceScreenName" to sourceScreenName, "workerType" to workerType)
|
||||
parameters?.let { eventValues.plus(it) }
|
||||
.plus(parameters.orEmpty())
|
||||
NaviTrackEvent.trackEventOnClickStream(eventName = eventName, eventValues = eventValues)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user