This release introduces a high-performance, asynchronous method for tracking Feature Toggle Hits and Missing Keys Or simply disable them.
Previously, every feature check generated a standard OutSystems General Log. While functional, this "cluttered" the logs, making it harder to find actual errors, and accelerated log rotation.
We have moved the "heavy lifting" to a Web Worker.
Zero UI Impact: Analytics are processed in a separate thread. Your app’s interface remains snappy and responsive.
Smart Batching: Instead of sending a request for every single check, logs are grouped together and sent in batches.
Reduced Server Load: By batching requests, we significantly reduce the number of individual HTTP calls to the server.Check the documentation
FIX: API methods now validate the date format.
FIX: On client side, when using the local sync, the logic that checks if there is the need of re-sync of the properties.
Added missing dependencies