ignore_dnt option and sendBeacon/GET request fix
New config option ignore_dnt
allows you to override the browser's Do Not Track setting and always send tracking requests. Set it with:
mixpanel.init('my token', {ignore_dnt: true});
This release also contains a fix for the SDK's automatic /decide GET requests when the lib is initially configured with option {api_transport: 'sendBeacon'}
.