Skip to content

Commit d6db801

Browse files
committed
Add missing telemetry types
1 parent c03b9f9 commit d6db801

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/types/src/telemetry.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ export const rooCodeTelemetryEventSchema = z.discriminatedUnion("type", [
109109
TelemetryEventName.DIFF_APPLICATION_ERROR,
110110
TelemetryEventName.SHELL_INTEGRATION_ERROR,
111111
TelemetryEventName.CONSECUTIVE_MISTAKE_ERROR,
112+
TelemetryEventName.CONTEXT_CONDENSED,
113+
TelemetryEventName.SLIDING_WINDOW_TRUNCATION,
112114
]),
113115
properties: telemetryPropertiesSchema,
114116
}),

0 commit comments

Comments
 (0)