mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
update post hog event name
This commit is contained in:
@@ -694,7 +694,7 @@ export const getSecretHelper = async ({
|
|||||||
|
|
||||||
if (postHogClient) {
|
if (postHogClient) {
|
||||||
postHogClient.capture({
|
postHogClient.capture({
|
||||||
event: "secrets pull",
|
event: "secrets pulled",
|
||||||
distinctId: await TelemetryService.getDistinctId({
|
distinctId: await TelemetryService.getDistinctId({
|
||||||
authData
|
authData
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user