-
Notifications
You must be signed in to change notification settings - Fork 178
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
feat(protocol-designer): mixpanel events pt2 redesign #16758
base: edge
Are you sure you want to change the base?
Conversation
@@ -39,6 +50,19 @@ import type { SetFeatureFlagAction } from '../feature-flags/actions' | |||
import type { CreatePipettesAction } from '../step-forms/actions' | |||
import type { AnalyticsEventAction } from './actions' | |||
import type { AnalyticsEvent } from './mixpanel' | |||
|
|||
const PIPETTING_ARGS_FILTER_LIST = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does the strikethrough mean in the spreadsheet?
https://docs.google.com/spreadsheets/d/1AiFdoyO0M4r3eDJ6s9Qpvqk0rCt2P-HWdQjqLXmU5Vs/edit?gid=1585271769#gid=1585271769
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it means we don't want to record the field values for some reason (or we want to rename it) - Felix decided on the list
closes AUTH-1017
Overview
Refactor the pipetting args and add an event in for formWarnings and formErrors
Test Plan and Hands on Testing
Review the code, i checked that it works in mixpanel correctly!
Changelog
Risk assessment
low