Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2018-12-14 02:48:57 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-12-14 02:48:57 +0300
commit24b26c6370b6792b6770a8eefcd59bcd9a92f81a (patch)
tree179f5766b269ff9fb8962bff6a6c3e967e71ff31 /CHANGELOG.md
parenta860a9b7e8dcbb1489d7ed017c31c35c937fb234 (diff)
Make sure to always trigger a callback in JS trigger when specified (#13855)
* make sure to always trigger a callback in JS trigger when specified * add changelog entry * also specify tracker url * add more properties
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 231bfc4f46..6424512139 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
### New APIs
* It is now possible to queue a request on the JavaScript tracker using the method `queueRequest(requestUrl)`. This can be useful to group multiple tracking requests into one bulk request to reduce the number of tracking requests that are sent to your server making the tracking more efficient.
+* When specifying a callback in the JavaScript tracker in a tracker method, we now make sure to execute the callback even in error cases or when sentBeacon is used. The callback recevies an event parameter to determine which request was sent and whether the request was sent successfully.
* Added new event `Metrics.getEvolutionUnit` which lets you set the unit for a metric used in evolution charts and row evolution.
### New Features