Open zreigz opened 1 year ago
Introduce posthog for plural bundle install, build, and deploy commands.
client.Enqueue(posthog.Capture{ DistinctId: "someID", Event: "cli_deploy", Properties: map[string]interface{}{ "clusterName": "test-cluster", "applicationName": "bootstrap", "applicationID": "123456-abcdef" "packageType": "Helm", "packageName": "bootstrap", "packageId": "123456-abcdef", "packageVersion": "0.1.0", "provider": "AWS", "error": "some error about the helm install failing", } })
Summary
Introduce posthog for plural bundle install, build, and deploy commands.
Labels
Test Plan
Checklist