Skip to content
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

refactor(app): refactor protocol event analytics hooks #14476

Merged
merged 1 commit into from
Feb 12, 2024

Commits on Feb 12, 2024

  1. refactor(app): refactor protocol event analytics hooks

    Recent implementation of analytics hooks for protocol events broke a rule of hooks, resulting in
    broken functionality when trying to proceed to protocol setup. Here, I refactor the use of
    'useRobot' into 'useTrackProtocolRunEvent' to follow the rule of hooks and avoid the use of
    'useRobot' in the parsing utility function 'parseProtocolRunAnalyticsData'.
    ncdiehl11 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b3380d0 View commit details
    Browse the repository at this point in the history