-
Notifications
You must be signed in to change notification settings - Fork 151
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
⚡️ Remove customer data track for perf and bundle size #3393
Conversation
3be80c5
to
5bade7b
Compare
5bade7b
to
19d7208
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3393 +/- ##
==========================================
- Coverage 91.94% 91.90% -0.04%
==========================================
Files 312 311 -1
Lines 8122 8034 -88
Branches 1837 1819 -18
==========================================
- Hits 7468 7384 -84
+ Misses 654 650 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bundles Sizes Evolution
🚀 CPU Performance
🧠 Memory Performance
|
a0abb11
to
61bf80a
Compare
8b25d2f
to
63b1efa
Compare
/to-staging |
View all feedbacks in Devflow UI.
Commit bd8be5d4ad will soon be integrated into staging-14.
Commit bd8be5d4ad has been merged into staging-14 in merge commit 7e96e9fac3. Check out the triggered pipeline on Gitlab 🦊 If you need to revert this integration, you can use the following command: |
…ng-14 Integrated commit sha: bd8be5d Co-authored-by: cy-moi <[email protected]>
Motivation
Customer data tracker can cause performance overhead and we want to decrease bundle size.
Changes
Remove customer data tracker.
Testing
I have gone over the contributing documentation.