[feat] Track telemetry for ccv2 instances#12687
Merged
sfc-gh-bnisco merged 1 commit intodevelopfrom Oct 24, 2025
Merged
Conversation
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
This was referenced Oct 3, 2025
Contributor
✅ PR preview is ready!
|
This was referenced Oct 3, 2025
Collaborator
Author
This was referenced Oct 3, 2025
Contributor
📉 Python coverage change detectedThe Python unit test coverage has decreased by 0.0039%
✅ Coverage change is within normal range. Coverage by files
|
Contributor
📈 Significant wheel size change detectedThe wheel file size has increased by 0.32% (threshold: 0.25%)
Please verify this change is expected. |
69644bb to
cd4fe0d
Compare
42ab4ff to
73a90dd
Compare
cd4fe0d to
f6d9154
Compare
bbc702d to
a432340
Compare
6ffa1c6 to
d74dbea
Compare
f6cc757 to
2603707
Compare
1ba9845 to
e4887ec
Compare
029ccbc to
39d4156
Compare
e4887ec to
8bcf264
Compare
39d4156 to
c60b102
Compare
8bcf264 to
0d7b8ad
Compare
c60b102 to
4e56df7
Compare
0d7b8ad to
46c76d6
Compare
4e56df7 to
689e1c6
Compare
4a89e2b to
eb767bb
Compare
a158479 to
e969fb5
Compare
eb767bb to
e3ce54c
Compare
e969fb5 to
b71684f
Compare
e3ce54c to
8e763e8
Compare
8b284c3 to
c3ff1bc
Compare
8e763e8 to
5dedaf5
Compare
c3ff1bc to
f594730
Compare
5dedaf5 to
5877f51
Compare
f594730 to
d33b1be
Compare
5877f51 to
85bc18f
Compare
85bc18f to
de9977f
Compare
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.

Describe your changes
Added telemetry tracking for Custom Components v2 by detecting calls to
_bidi_componentand extracting the component name from the first argument. This allows us to track usage of specific v2 components with the formatcomponent_v2:{component_name}in our telemetry data. This naming convention was confirmed by stakeholders.GitHub Issue Link (if applicable)
Testing Plan
test_get_command_telemetry_custom_component_v2that verifies the correct telemetry name is generated for Custom Components v2 calls.Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.