You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like to have telemetry data emitted for Compute type dropdown on create job page, and also for success / failure events after clicking on create job button.
Proposed Solution
When a compute type is selected using the dropdown, the click event along with the selected compute type will be logged using the useEventLogger hook.
In the case of successful job creation or job failure, the success/failure event is logged using the useEventLogger hook.
The text was updated successfully, but these errors were encountered:
Problem
Would like to have telemetry data emitted for
Compute type
dropdown on create job page, and also for success / failure events after clicking on create job button.Proposed Solution
useEventLogger
hook.useEventLogger
hook.The text was updated successfully, but these errors were encountered: