From 8402837f40dbc1e35ab3012dc28a37bbf3e66828 Mon Sep 17 00:00:00 2001 From: Zoltan Flamis Date: Mon, 29 Mar 2021 11:26:45 +1300 Subject: Track JS errors only once per page view (#17288) * track js errors only once per page view * rebuilt piwik.js * use indexOfArray * rebuilt piwik.js * rebuilt piwik.js * Update CHANGELOG.md * js files new line delete * rebuilt piwik.js * Update CHANGELOG.md * add test * add the javascript errors for the tracker * Update CHANGELOG.md * rebuilt piwik.js * fix tests * rebuilt piwik.js Co-authored-by: flamisz Co-authored-by: sgiehl Co-authored-by: sgiehl Co-authored-by: dizzy --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ead19711..647368d28f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)* ## Matomo 4.3.0 +### Breaking Changes + +* Before every JS error was tracked, from this version the same JS error will be only tracked once per page view. If the very same error is happening multiple times, then it will be tracked only once within the same page view. If another page view is tracked or when the page reloads, then the error will be tracked again. + ### New config.ini.php settings * The `password_hash_algorithm`, `password_hash_argon2_threads`, `password_hash_argon2_memory_cost` and `password_hash_argon2_time_cost` INI config options have been added to allow using specific `password_hash` algorithms and options if desired. @@ -1058,4 +1062,3 @@ We are using `@since` annotations in case we are introducing new API's to make i --> Find the general Matomo Changelogs for each release at [matomo.org/changelog](https://matomo.org/changelog/) - -- cgit v1.2.3