update post hog event name

This commit is contained in:
Maidul Islam
2023-08-24 19:01:59 -04:00
parent 293a62b632
commit a9fa3ebab2

View File

@@ -694,7 +694,7 @@ export const getSecretHelper = async ({
if (postHogClient) {
postHogClient.capture({
event: "secrets pull",
event: "secrets pulled",
distinctId: await TelemetryService.getDistinctId({
authData
}),