1
0
mirror of https://github.com/Infisical/infisical.git synced 2025-03-29 22:02:57 +00:00

Corrected the telemetery event name

This commit is contained in:
Vladyslav Matsiiako
2023-01-12 22:15:17 -08:00
parent d579684d2f
commit d958341154

@ -206,7 +206,7 @@ export const getSecrets = async (req: Request, res: Response) => {
if (postHogClient) { if (postHogClient) {
postHogClient.capture({ postHogClient.capture({
event: 'secrets added', event: 'secrets pulled',
distinctId: userEmail, distinctId: userEmail,
properties: { properties: {
numberOfSecrets: secrets.length, numberOfSecrets: secrets.length,