1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-07-12 23:50:27 +02:00

Plugin telemetry (#1069)

* implement webapp telemetry

* cleanup

* remove imports, update events

* change event title

* update for lint

* add test, update filename

* linter fix

* fix field name

* revert changes

* fix test

* update builds

* fix workflows

* fix workflows

* fix workflow

* temp checkin

* remove log lines

* updates from peer review
This commit is contained in:
Scott Bishel
2021-09-01 15:53:27 -06:00
committed by GitHub
parent 59b8ae4517
commit 94e6e8a9f7
20 changed files with 280 additions and 21 deletions

View File

@ -0,0 +1,6 @@
package model
type ClientConfig struct {
Telemetry bool `json:"telemetry"`
TelemetryID string `json:"telemetryid"`
}