-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Get Current Analytics Tracking Identifier (WPB-10600) #2949
feat: Get Current Analytics Tracking Identifier (WPB-10600) #2949
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 3063 Passed, 105 Skipped, 15.32s Total Time |
Quality Gate passedIssues Measures |
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.
just a small question :)
...tlin/com/wire/kalium/logic/feature/analytics/GetCurrentAnalyticsTrackingIdentifierUseCase.kt
Show resolved
Hide resolved
* feat: add get current analytics tracking identifier usecase * feat: add dummy server config for tests
* feat: Get Current Analytics Tracking Identifier (WPB-10600) (#2949) * feat: add get current analytics tracking identifier usecase * feat: add dummy server config for tests * empty trigger commit --------- Co-authored-by: Alexandre Ferris <[email protected]>
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
There was no possible way of getting current analytics tracking identifier directly (only existing way is a observer/flow)
Causes (Optional)
Not implemented
Solutions
Implement usecase and add tests
Dependencies (Optional)
Needs releases with:
AR PR will follow
Testing
Test Coverage (Optional)
How to Test
There is no way to test this PR for now, as it will be used in conjunction with AR