-
Notifications
You must be signed in to change notification settings - Fork 28
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: enable countly performance metrics (WPB-8842) #3481
Conversation
|
||
Countly.sharedInstance().init(countlyConfig) | ||
Countly.sharedInstance().consent().giveConsent(arrayOf("apm")) |
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.
Runtime consent given to the SDK for performance metrics, only enabled if analytics enabled.
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3481 +/- ##
===========================================
- Coverage 44.60% 44.43% -0.17%
===========================================
Files 467 466 -1
Lines 15783 15744 -39
Branches 2655 2653 -2
===========================================
- Hits 7040 6996 -44
- Misses 7986 7991 +5
Partials 757 757
... and 14 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Built wire-android-staging-compat-pr-3481.apk is available for download |
Built wire-android-dev-debug-pr-3481.apk is available for download |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
Enable performance analytics for the application
Causes (Optional)
If the user has analytics enabled, the SDK will track some performance metrics.
Solutions
What's tracked ?
What's NOT tracked ?
Testing
Test Coverage (Optional)
How to Test
Open, the app and play with the views and, you should see on countly tracking of views, and perf metrics for app startup foreground time, and background time,
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.