From 0d5053c6d0f0f539d8ad460af70ce7cc86420fd0 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Fri, 4 Dec 2020 08:42:14 +1300 Subject: When forcing GET request method in JS tracker then disable send beacon (#16870) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd4807006..0a288597e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)* #### Breaking changes in Matomo JS tracker * Matomo no longer polyfills the `JSON` object in the JavaScript tracker. This means IE7 and older, Firefox 3 and older will be no longer suppported in the tracker. -* The JavaScript tracker now uses `sendBeacon` by default if supported by the browser. You can disable this by calling the tracker method `disableAlwaysUseSendBeacon`. As a result, callback parameters won't work anymore and a tracking request might not appear in the developer tools. This will improve the load time of your website. +* The JavaScript tracker now uses `sendBeacon` by default if supported by the browser. You can disable this by calling the tracker method `disableAlwaysUseSendBeacon`. As a result, callback parameters won't work anymore and a tracking request might not appear in the developer tools. This will improve the load time of your website. Tracking requests will be sent as POST request instead of GET but the parameters are by default included in the URL so they don't go lost in a redirect. * The JS tracker event `PiwikInitialized` has been renamed to `MatomoInitialized` * Support for tracking and reporting of these browser plugins has been discontinued: Gears, Director * Plugins that extend the JS tracker should now add their callback to `matomoPluginAsyncInit` instead of `piwikPluginAsyncInit` -- cgit v1.2.3