mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1260 App | Analytics params (#3184)
* DROID-1260 analytics id * DROID-1260 send analytics id to amplitude * DROID-1260 fix tests
This commit is contained in:
parent
c662515cb4
commit
25fd0ad5d6
14 changed files with 43 additions and 24 deletions
|
@ -31,13 +31,15 @@ fun StubConfig(
|
|||
profile: Id = MockDataFactory.randomUuid(),
|
||||
gateway: Url = MockDataFactory.randomUuid(),
|
||||
workspace: Id = MockDataFactory.randomUuid(),
|
||||
widgets: Id = MockDataFactory.randomUuid()
|
||||
widgets: Id = MockDataFactory.randomUuid(),
|
||||
analytics: Id = MockDataFactory.randomUuid()
|
||||
) : Config = Config(
|
||||
home = home,
|
||||
profile = profile,
|
||||
gateway = gateway,
|
||||
workspace = workspace,
|
||||
widgets = widgets
|
||||
widgets = widgets,
|
||||
analytics = analytics
|
||||
)
|
||||
|
||||
fun StubFeatureConfig(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue