You've already forked focalboard
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:
6
server/model/clientConfig.go
Normal file
6
server/model/clientConfig.go
Normal file
@ -0,0 +1,6 @@
|
||||
package model
|
||||
|
||||
type ClientConfig struct {
|
||||
Telemetry bool `json:"telemetry"`
|
||||
TelemetryID string `json:"telemetryid"`
|
||||
}
|
Reference in New Issue
Block a user