Question about using onpage() vs just page() ?
Closed this issue · 1 comments
ferozed commented
I was looking at the code of this extension. This may be a newbie question - but, why is this extension using onpage() and ontrack() events, and not just overriding page and track from the Integration ? For eg. like the google-analytics extension?
f2prateek commented
It was done historically since we didn't customers to accidentally disable the Segment integration by sending 'Segment.io: false' or 'All: false'. We may revisit this at some point in the future though.