Skip to content

Commit

Permalink
add developer property to telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7d8 committed Dec 12, 2024
1 parent d028d67 commit cd4a0fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/globals/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const telemetrySchema = z.object({

blueprint: z.object({
version: z.string().max(31),
developer: z.boolean(),
extensions: z.object({
identifier: z.string(),
version: z.string(),
Expand Down

0 comments on commit cd4a0fd

Please sign in to comment.