Skip to content

Commit

Permalink
Fixes description
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Oct 16, 2024
1 parent 394567c commit ee07d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/telemetry-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ or

### launchpad/title/action

> Sent when the user takes an action on a launchpad item
> Sent when the user takes an action on the Launchpad title bar
```typescript
{
Expand Down
2 changes: 1 addition & 1 deletion src/constants.telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export type TelemetryEvents = {
/** Sent when the user selects (clicks on) a commit on the visual file history */
'timeline/commit/selected': TimelineContextEventData;

/** Sent when the user takes an action on a launchpad item */
/** Sent when the user takes an action on the Launchpad title bar */
'launchpad/title/action': LaunchpadEventData & {
action: 'feedback' | 'open-on-gkdev' | 'refresh' | 'settings' | 'connect';
};
Expand Down

0 comments on commit ee07d18

Please sign in to comment.