Simon Emms 2a451d6134 [installation-telemetry]: initial commit
This will not actually send telemetry data as the database call is
hard-coded to always return false.

Also configures installation telemetry to be sent periodically in the
Installer
2022-01-12 15:31:05 +01:00

12 lines
300 B
Go

// Copyright (c) 2022 Gitpod GmbH. All rights reserved.
// Licensed under the GNU Affero General Public License (AGPL).
// See License-AGPL.txt in the project root for license information.
package main
import "github.com/gitpod-io/gitpod/installation-telemetry/cmd"
func main() {
cmd.Execute()
}