-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add feature usage observer. #1919
Conversation
How to set up the dummy server.ℹ️ You will need Node/Bun with MongoDB (preferably with Docker) Server script: https://pastebin.com/1VVwEE9i | package.json script: https://pastebin.com/nAdydQHQ Install with For mongo, open docker and run this command: docker run -d --name tracking-db-mongo -p 27017:27017 -e MONGO_INITDB_ROOT_USERNAME=admin -e MONGO_INITDB_ROOT_PASSWORD=admin mongo You will need to create a database with name Other infoJS tracking script: https://github.com/Codeinwp/otter-blocks/blob/03d57579444ea0dc4f997399a14c6c0d20fa5ac7/src/blocks/helpers/tracking.js PHP tracking script: https://github.com/Codeinwp/otter-blocks/blob/03d57579444ea0dc4f997399a14c6c0d20fa5ac7/inc/Tracker.php JS Script usage.Use Use ℹ️ Consult the source code to see different options for those functions. Use |
Bundle Size Diff
|
Plugin build for fa0295a is ready 🛎️!
|
@Soare-Robert-Daniel Can you fix the PHPStan errors? |
E2E SummaryTyping
Values above 60ms"0 - 61.73, 2 - 65.14, 3 - 77.28, 4 - 87.12, 5 - 81.44, 6 - 93.46, 7 - 88.37, 8 - 85.07, 9 - 98.34, 10 - 98.93, 11 - 98.89, 12 - 98.58, 13 - 85.30, 14 - 92.53, 15 - 85.98, 16 - 88.08, 17 - 85.42, 18 - 89.38" |
🎉 This PR is included in version 2.5.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Closes #.
Summary
Add a system to observer the features used in the plugin.
Screenshots
Test instructions
Checklist before the final review