Skip to content

Commit 5593037

Browse files
authored
chore: add sdkOS to usage (#3041)
1 parent 99fa2da commit 5593037

File tree

1 file changed

+1
-0
lines changed
  • packages/service-utils/src/cf-worker

1 file changed

+1
-0
lines changed

packages/service-utils/src/cf-worker/usage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const usageEventSchema = z.object({
5353
sdkName: z.string().optional(),
5454
sdkVersion: z.string().optional(),
5555
sdkPlatform: z.string().optional(),
56+
sdkOS: z.string().optional(),
5657
productName: z.string().optional(),
5758
transactionValue: z.string().optional(),
5859
pathname: z.string().optional(),

0 commit comments

Comments
 (0)