We’ve just released a tiny update to our JavaScript Trackers. This release includes updates to @snowplow/browser-tracker
and the tag based sp.js
from @snowplow/javascript-tracker
.
This release removes some legacy code that is no longer required for our supported browsers (IE9+). This issue could only occur when running in BackCompat
mode (no <!DOCTYPE html>
present) and would lead to issues when calling trackPageView
with activity tracking (enableActivityTracking
) enabled and when there is no document.body
present.
Click here for more information on what the Version 3 release of the Snowplow JavaScript Trackers contained. Also check out our recent post on building your own plugins.
CHANGELOG
Remove compatMode check in activity tracking page offsets (#958)