Add "page" argument to CTAs for logging
Created by: vdavid
It was missing from analytics. It was defined in the figma that we wanted the page name sent in the logs.
Test plan
- Set
eventLogDebug
totrue
in the localStorage, and see if the "page" attributes get logged as CTAs are displayed, in case of IDE and BExt CTAs - Check out storybook to see if all CTAs still render well. If
eventLogDebug
istrue
then probably the log items will be there even in storybook, and with this, evenNativeIntegrationAlert
can be tested.