fix #272: add event telemetry for incompat addons

This commit is contained in:
groovecoder
2017-02-27 15:37:04 -06:00
parent ad3c227150
commit 4db04e1df5
2 changed files with 16 additions and 1 deletions
+9
View File
@@ -169,6 +169,15 @@ of a `testpilottest` telemetry ping for each scenario.
}
```
* When a user encounters the disabled "move" feature because of incompatible add-ons
```js
{
"uuid": <uuid>,
"event": "incompatible-addons-detected"
}
```
### A Redshift schema for the payload:
```lua