-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
None
Steps to Reproduce
Launch OCM UI staging environment
Find an OSD cluster on the clusters page and click on it
Click on the Add-ons tab
Click on one of the add-ons that have the "View Documentation" (not all the add-ons have a docs link, find one that has it)
Verify the proper event tracking happens on the Segment DEV
Expected Result
The below attributes should be shown in Segment
link_name: 'external-link',
link_url: '<url of link to docs>',
tab_title: <this.tab.title>,
tab_id: <this.tab.id>,
card_type: 'addon',
addon_id: <this.addon.id>,
ocm_resource_type: <Subscription.plan_id.toLowerCase()>,
resource_id: <Subscription.external_cluster_id>,
ocm_cluster_id: <Subscription.cluster_id>,
module: 'openshift'
Actual result
The events are not being tracked in Segment DEV.
- is related to
-
HAC-2479 Track when a docs link is clicked on Add-ons tab of OCM cluster details
-
- Closed
-