diff --git a/services/web/frontend/js/features/subscription/components/preview-subscription-change/root.tsx b/services/web/frontend/js/features/subscription/components/preview-subscription-change/root.tsx index 7b7ae32935..e60397d60b 100644 --- a/services/web/frontend/js/features/subscription/components/preview-subscription-change/root.tsx +++ b/services/web/frontend/js/features/subscription/components/preview-subscription-change/root.tsx @@ -11,6 +11,7 @@ import { debugConsole } from '@/utils/debugging' import { postJSON } from '@/infrastructure/fetch-json' import Notification from '@/shared/components/notification' import { subscriptionUpdateUrl } from '@/features/subscription/data/subscription-url' +import * as eventTracking from '@/infrastructure/event-tracking' function PreviewSubscriptionChange() { const preview = getMeta('ol-subscriptionChangePreview') @@ -19,6 +20,7 @@ function PreviewSubscriptionChange() { const location = useLocation() const handlePayNowClick = useCallback(() => { + eventTracking.sendMB('assistant-add-on-purchase') payNowTask .runAsync(payNow(preview)) .then(() => {