I haven't found it in documentation, thought it would be nice to configure/enable Do Not Track when using Vue plugin, something like: `Vue.use(SimpleAnalytics, { skip: process.env.NODE_ENV !== "production", dataCollectDnt="true"});`