-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(user-tracking): Include userId in execution params
- Add userId to execution parameters for executeStep and retryStep functions to capture user-specific telemetry data - Modify page functions to pass userId from the user context for more granular tracking and user-driven analytics - Ensure all execution paths maintain consistent userId propagation for future scalability in user data insights This enhancement improves the ability to trace executions back to specific users, enabling better analytics and debugging capabilities with no breaking changes introduced.
- Loading branch information
1 parent
e07259a
commit c13463e
Showing
2 changed files
with
9 additions
and
2 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