Skip to content

Commit

Permalink
Corrected the telemetery event name
Browse files Browse the repository at this point in the history
  • Loading branch information
vmatsiiako committed Jan 13, 2023
1 parent efd5016 commit 61f767e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/controllers/v2/secretsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export const getSecrets = async (req: Request, res: Response) => {

if (postHogClient) {
postHogClient.capture({
event: 'secrets added',
event: 'secrets pulled',
distinctId: req.user.email,
properties: {
numberOfSecrets: secrets.length,
Expand Down

0 comments on commit 61f767e

Please sign in to comment.