Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(auto-edits): add telemetry for auto-edits notification #6594

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hitesh-1997
Copy link
Contributor

Context

The PR adds the telemetry events to track the notifications we show to the users and user action.

Test plan

  1. Observe the telemetry events on the output channel.
█ telemetry-v2 recordEvent: cody.autoedit/notified: {
  "parameters": {
    "version": 0,
    "metadata": [
      {
        "key": "timesNotified",
        "value": 0
      },
      {
        "key": "userActionTaken",
        "value": 3
      }
    ]
  },
  "timestamp": "2025-01-10T19:38:08.232Z"
}

timesNotified: payload.timesNotified,
userActionTaken: payload.actionTaken,
},
})
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@valerybugakov Can you please check if we need to add any more fields to send to telemetry and any way to confirm this will actually go through BQ ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant