Skip to content

fix(integrations): add interaction events for /repos and /installation/repositories#108722

Merged
trevor-e merged 3 commits intomasterfrom
telkins/track-github-calls
Feb 23, 2026
Merged

fix(integrations): add interaction events for /repos and /installation/repositories#108722
trevor-e merged 3 commits intomasterfrom
telkins/track-github-calls

Conversation

@trevor-e
Copy link
Member

@trevor-e trevor-e commented Feb 20, 2026

We were previously hiding many nested API calls that happen as part of the derive_codemappings call which is making our tracking numbers be off. This adds new interaction types for GET_REPO_TREE and GET_REPOSITORIES which each make individual calls to the Github API.

I took a look at adding this tracking for other integration providers, but the way this code is set up with mix-ins makes that a bit of a pain. We can revisit this later if needed.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 20, 2026
@trevor-e trevor-e marked this pull request as ready for review February 20, 2026 20:48
@trevor-e trevor-e requested review from a team as code owners February 20, 2026 20:48
@trevor-e trevor-e merged commit 845014a into master Feb 23, 2026
83 of 84 checks passed
@trevor-e trevor-e deleted the telkins/track-github-calls branch February 23, 2026 17:39
mchen-sentry pushed a commit that referenced this pull request Feb 24, 2026
…n/repositories (#108722)

<!-- Describe your PR here. -->

We were previously hiding many nested API calls that happen as part of
the `derive_codemappings` call which is making our tracking numbers be
off. This adds new interaction types for `GET_REPO_TREE` and
`GET_REPOSITORIES` which each make individual calls to the Github API.

I took a look at adding this tracking for other integration providers,
but the way this code is set up with mix-ins makes that a bit of a pain.
We can revisit this later if needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

claude-code-assisted Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants