-
Notifications
You must be signed in to change notification settings - Fork 227
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
fix: add analytics to plus #3817
base: AS-696-plus
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
f6102eb
to
5d5cf7b
Compare
// This doesn't exist in the original code | ||
case 'checkout.warning' as CheckoutEventNames: | ||
logSubscriptionEvent({ | ||
event_name: LogEvent.WarningCheckout, | ||
}); | ||
break; | ||
case CheckoutEventNames.CHECKOUT_ERROR: | ||
logSubscriptionEvent({ | ||
event_name: LogEvent.ErrorCheckout, | ||
}); | ||
break; |
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.
Waiting for some clarification on these, as they don't contain anything from the taxonomy
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.
Looks good, let's also ask @idoshamun as owner.
Changes
Events
Did you introduce any new tracking events?
Experiment
Did you introduce any new experiments?
Manual Testing
Caution
Please make sure existing components are not breaking/affected by this PR
AS-712
Preview domain
https://as-712-analytics.preview.app.daily.dev