Skip to content

Commit d740326

Browse files
committed
Include all telemetry properties
1 parent 2ad2437 commit d740326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ export const rooCodeTelemetryEventSchema = z.discriminatedUnion("type", [
118118
z.object({
119119
type: z.literal(TelemetryEventName.TASK_MESSAGE),
120120
properties: z.object({
121+
...telemetryPropertiesSchema.shape,
121122
taskId: z.string(),
122-
mode: z.string(),
123123
message: clineMessageSchema,
124124
}),
125125
}),

0 commit comments

Comments
 (0)