removed posthog cli export events

This commit is contained in:
Vladyslav Matsiiako
2023-12-24 15:49:18 -08:00
parent 74f3ca5356
commit d24461b17c

View File

@@ -102,7 +102,7 @@ var exportCmd = &cobra.Command{
fmt.Print(output)
Telemetry.CaptureEvent("cli-command:export", posthog.NewProperties().Set("secretsCount", len(secrets)).Set("version", util.CLI_VERSION))
// Telemetry.CaptureEvent("cli-command:export", posthog.NewProperties().Set("secretsCount", len(secrets)).Set("version", util.CLI_VERSION))
},
}