Include Sentry module.

This commit is contained in:
Benoit Marty 2023-07-21 19:19:59 +02:00
parent 82258f12ba
commit b99b4aa9ae

View file

@ -107,6 +107,8 @@ fun DependencyHandlerScope.allServicesImpl() {
// implementation(project(":services:analytics:noop"))
implementation(project(":services:analytics:impl"))
implementation(project(":services:analyticsproviders:posthog"))
implementation(project(":services:analyticsproviders:sentry"))
implementation(project(":services:apperror:impl"))
implementation(project(":services:appnavstate:impl"))
implementation(project(":services:toolbox:impl"))