GTM/Segment Integration for Lost My Name
npm install lmn-gtm-analyticsand then in your JS files
import analytics from 'lmn-gtm-analytics';
analytics.track('Custom Event', {
category: 'Category',
label: 'Label'
});Run the tests with
npm run coverage