@balena/event-log
Advanced tools
Comparing version
{ | ||
"name": "@balena/event-log", | ||
"version": "6.2.1-bump-analytics-client-2-0-41acca7213119fc087cccc71538a7c6234a0ce14", | ||
"version": "6.2.1-flowzonify-3ad00d4b86d26a03bb8c41a372aea2ef03b433df-1", | ||
"description": "Balena events logging util", | ||
@@ -15,3 +15,3 @@ "main": "build/balena-event-log.js", | ||
"dependencies": { | ||
"analytics-client": "^2.0.0", | ||
"analytics-client": "^0.8.0", | ||
"balena-universal-ga": "^2.0.1", | ||
@@ -22,10 +22,14 @@ "lodash": "^4.17.19" | ||
"@balena/lint": "^5.1.0", | ||
"@types/chai": "^4.3.3", | ||
"@types/chai-as-promised": "^7.1.5", | ||
"@types/lodash": "^4.14.157", | ||
"balena-config-karma": "^3.0.0", | ||
"@types/mocha": "^9.1.1", | ||
"balena-config-karma": "^4.0.0", | ||
"browserify": "^14.0.0", | ||
"chai": "^3.5.0", | ||
"karma": "^3.1.4", | ||
"mocha": "^3.5.3", | ||
"chai": "^4.3.6", | ||
"karma": "^5.2.3", | ||
"mocha": "^10.1.0", | ||
"querystring": "^0.2.0", | ||
"resin-universal-http-mock": "^1.0.1", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.1.2" | ||
@@ -49,4 +53,4 @@ }, | ||
"versionist": { | ||
"publishedAt": "2022-11-03T11:54:55.803Z" | ||
"publishedAt": "2022-11-03T18:20:19.650Z" | ||
} | ||
} |
@@ -18,2 +18,4 @@ # Balena Event Log | ||
debug: true, | ||
mixpanelToken: MIXPANEL_TOKEN, | ||
mixpanelHost: 'api.mixpanel.com', | ||
gaSite: 'balena-cloud.com', | ||
@@ -51,2 +53,4 @@ gaId: GA_ID, | ||
* `[debug = false]` — will print some warnings | ||
* `[mixpanelToken = null]` - if set events will be reported to mixpanel | ||
* `[mixpanelHost = null]` - if set will override the default mixpanel API host | ||
* `[gaSite = null]`, `[gaSite = null]` - if set events will be reported to GA | ||
@@ -53,0 +57,0 @@ |
62
6.9%29780
-16.95%14
40%9
-10%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated