analytics.js-integrations icon indicating copy to clipboard operation
analytics.js-integrations copied to clipboard

Google Analytics Integration contains `includes` which is not compatible with IE

Open joshua-bn opened this issue 5 years ago • 0 comments

https://github.com/segmentio/analytics.js-integrations/blob/master/integrations/google-analytics/lib/index.js#L703

Support is guaranteed for IE >= 9: https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/#internet-explorer-support

This is not compatible with IE: https://caniuse.com/#feat=array-includes

joshua-bn avatar Jun 25 '20 17:06 joshua-bn