Skip to content

Commit

Permalink
[service-utils] Replace client_id with project_id in usage_v2 (#6050)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcoraven authored Jan 24, 2025
1 parent bc34537 commit fb4d0a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/short-carrots-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@thirdweb-dev/service-utils": patch
---

[service-utils] replace client_id with project_id in usage_v2
2 changes: 1 addition & 1 deletion packages/service-utils/src/node/usageV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class UsageV2Producer {
team_id: event.team_id.startsWith("team_")
? event.team_id.slice(5)
: event.team_id,
client_id: event.client_id,
project_id: event.project_id,
sdk_name: event.sdk_name,
sdk_platform: event.sdk_platform,
sdk_version: event.sdk_version,
Expand Down

0 comments on commit fb4d0a2

Please sign in to comment.