report anonymously whether the review comment could be posted - #195
Merged
Conversation
When the action produces a review link it either posts it as a PR comment or falls back to the job summary (no token, read-only token, or an API error). The action now sends oasdiff.com one anonymous event per run saying which of the three happened, plus its own version ref, so the maintainers can see how often users land on the fallback and improve the defaults accordingly. It carries no repo, organization, or user identity, is best-effort (5 second cap, a failure never affects the run), and is skipped when OASDIFF_INTERNAL=1, the same marker the CLI uses for internal test runs. Same change in breaking and changelog. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
reuvenharrison
force-pushed
the
telemetry/review-delivery
branch
from
August 8, 2026 06:41
6badbde to
10d2664
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.
When the action produces a review link it either posts it as a PR comment or falls back to the job summary (no token, read-only token, or an API error). The action now sends oasdiff.com one anonymous event per run saying which of the three happened, plus its own version ref, so we can see how often users land on the fallback and improve the defaults.
No repo, organization, or user identity is sent. Best-effort with a 5 second cap; a failure never affects the run. Skipped when OASDIFF_INTERNAL=1, the same marker the CLI uses for internal test runs. Same change in breaking and changelog.
🤖 Generated with Claude Code