-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pinned messages analytics #3523
Conversation
… easily inject it in views
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3523 +/- ##
===========================================
+ Coverage 82.67% 82.68% +0.01%
===========================================
Files 1731 1732 +1
Lines 40844 40873 +29
Branches 4968 4968
===========================================
+ Hits 33768 33797 +29
+ Misses 5315 5314 -1
- Partials 1761 1762 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please wait before merging, I want to check something.
@@ -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")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wanting to check how it behaves when not including :services:analytics:impl
. It seems to be OK.
I may want to revisit how we include or not modules by creating a configuration file, but I''l do it in antoher PR.
Content
Motivation and context
Handles https://github.com/element-hq/element-internal/issues/617
Screenshots / GIFs
Tests
Tested devices
Checklist