-
-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(tracker): remove field_change_logger parameter Remove the field_change_logger parameter from com_tracker and os_tracker functions. Instantiate FieldChangeLogger inside these functions instead. feat(tracker_payload): add queue_required method Add a new method queue_required to TrackerPayload class to check if queueing is required based on tracker options. refactor(tracker): implement deferred execution for com_tracker Add deferred execution for com_tracker in case queueing is required. Introduce process_com_tracker to handle the tracking process and log queueing time. feat(event_server_endpoint): add patch endpoint for tracking Introduce a new PATCH endpoint /track with queueing enabled. Update tracker payload with request headers and set profile_less flag based on query parameter. ```
- Loading branch information
Showing
3 changed files
with
41 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters