-
Notifications
You must be signed in to change notification settings - Fork 23
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: add option to disable screen view usage #844
Conversation
Sample app builds 📱Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.
|
SDK binary size reports 📊SDK binary size of this PR
SDK binary size diff report between this PR and the main branch
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #844 +/- ##
==========================================
+ Coverage 64.33% 64.77% +0.44%
==========================================
Files 149 151 +2
Lines 6210 6243 +33
==========================================
+ Hits 3995 4044 +49
+ Misses 2215 2199 -16 ☔ 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.
LGTM 💯
## [3.7.0](3.6.0...3.7.0) (2025-01-01) ### Features * add option to disable screen view usage ([#844](#844)) ([486e228](486e228))
closes: MBL-756: Add config to iOS SDK
Changes
screenViewUse
enum option to allow disable sending screen view events to server and use them locally onlyScreenFilterPlugin
to filter events based on thescreenViewUse
configurationScreenView
OptionsAll
-> Sends all screen events to the server (same as before) - Default behaviorInApp
-> Retains screen events locally for in-app use onlySample Usage