Code review - more tests
This commit is contained in:
parent
c430699711
commit
94bbcbf503
5 changed files with 120 additions and 4 deletions
|
|
@ -87,7 +87,7 @@ class PosthogAnalyticsProvider @Inject constructor(
|
|||
userProperties.getProperties()?.let {
|
||||
pendingUserProperties?.putAll(it)
|
||||
}
|
||||
// We are not currently using `identify` in EIX, if it was the case
|
||||
// We are not currently using `identify` in EAX, if it was the case
|
||||
// we could have called identify to update the user properties.
|
||||
// For now, we have to store them, and they will be updated when the next call
|
||||
// to capture will happen.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue