We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd61f5 commit 000ccafCopy full SHA for 000ccaf
src/rovo-dev/rovoDevTelemetryProvider.ts
@@ -79,7 +79,7 @@ export class RovoDevTelemetryProvider {
79
return false;
80
}
81
82
- // rovoDevNewSessionActionEvent is the only event that doesn't need the promptId
+ // these events are the only events that don't need the promptId
83
if (
84
event.action !== 'rovoDevNewSessionAction' &&
85
event.action !== 'rovoDevReplayCompleted' &&
0 commit comments