1
0
Fork 0
mirror of https://github.com/Findus23/MatomoLiteTracker.git synced 2024-09-18 14:53:45 +02:00

update docs

This commit is contained in:
Lukas Winkler 2022-04-26 15:10:40 +02:00
parent b14b3127bb
commit 397872ef4b
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 3 additions and 2 deletions

View file

@ -34,11 +34,12 @@ That said, if you are interested in trying it out, I'd be interested in hearing
- manual ping
- manual DoNotTrack detection
- sendBeacon
- Performance Tracking
## missing (yet)
- non utf-8 pages
- performance tracking
- setCustomUrl
- setReferrerUrl
- HeartBeatTimer (automatic regular ping)

View file

@ -5,7 +5,7 @@ import {PerformanceMetric} from "../src/performancetracking";
const matomo = new MatomoLiteTracker("https://dev.matomo", 1)
matomo.performanceMetric = new PerformanceMetric()
console.log(matomo.performanceMetric)
const features = new BrowserFeatures()
features.addBrowserPlugins(detectBrowserPlugins())
matomo.browserFeatures = features