feat(telemetry): add provider_type to computer initialization events#921
Open
sarinali wants to merge 4 commits intotrycua:mainfrom
Open
feat(telemetry): add provider_type to computer initialization events#921sarinali wants to merge 4 commits intotrycua:mainfrom
sarinali wants to merge 4 commits intotrycua:mainfrom
Conversation
Add provider_type property to telemetry events to enable tracking of computer provider usage breakdown (cloud, docker, lume, winsandbox, etc.). Python SDK: - Add provider_type to computer_initialized event TypeScript SDK: - Add vmProvider field to BaseComputerConfig interface - Add provider_type to computer_initialized and ts_computer_init events Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
|
@sarinali is attempting to deploy a commit to the Cua Team on Vercel. A member of the Team first needs to authorize it. |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Fix formatting issues flagged by CI: - prettier: 7 files (json, tsx, md, yml, ts) - isort: 4 Python files with incorrect import sorting - black: 1 Python file reformatted Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
asyncio.coroutine was removed in Python 3.11. Use AsyncMock from unittest.mock instead. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
f-trycua
approved these changes
Jan 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
provider_typetocomputer_initializedevent in Python SDKvmProviderfield toBaseComputerConfiginterface in TypeScript SDKprovider_typetocomputer_initializedandts_computer_initevents in TypeScript SDKThis enables tracking of computer provider usage breakdown (cloud, docker, lume, winsandbox, etc.) in PostHog dashboards.
Test plan
provider_typein telemetry eventsprovider_typein telemetry events🤖 Generated with Claude Code