Pinned messages analytics : introduce LocalAnalyticsService so we can easily inject it in views
This commit is contained in:
parent
183dc60b92
commit
d0f363bf7d
7 changed files with 45 additions and 2 deletions
|
|
@ -114,6 +114,7 @@ fun DependencyHandlerScope.allServicesImpl() {
|
|||
// For analytics configuration, either use noop, or use the impl, with at least one analyticsproviders implementation
|
||||
// implementation(project(":services:analytics:noop"))
|
||||
implementation(project(":services:analytics:impl"))
|
||||
implementation(project(":services:analytics:compose"))
|
||||
implementation(project(":services:analyticsproviders:posthog"))
|
||||
implementation(project(":services:analyticsproviders:sentry"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue