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

fix: add analytics to plus #3817

Open
wants to merge 10 commits into
base: AS-696-plus
Choose a base branch
from
Open

fix: add analytics to plus #3817

wants to merge 10 commits into from

Conversation

omBratteng
Copy link
Member

@omBratteng omBratteng commented Nov 15, 2024

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

Copy link

vercel bot commented Nov 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
daily-webapp ✅ Ready (Inspect) Visit Preview Nov 15, 2024 2:38pm
1 Skipped Deployment
Name Status Preview Updated (UTC)
storybook ⬜️ Ignored (Inspect) Nov 15, 2024 2:38pm

Comment on lines +77 to +87
// 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;
Copy link
Member Author

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

Copy link
Contributor

@rebelchris rebelchris left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants