GTM/Segment Integration for Lost My Name
npm install lmn-gtm-analytics
and 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