Document per-type captcha telemetry coverage - #621
Merged
Merged
Conversation
Add a per-captcha_type table of which events and identifiers are emitted, state the challenge statuses each observed type reports, and add GeeTest and hCaptcha limits to the pausing-for-captcha-solves cookbook. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
archandatta
marked this pull request as ready for review
September 23, 2026 18:58
There was a problem hiding this comment.
Risk level: Very Low
Approved. This pull request only adds prose to two Mintlify docs pages:
browsers/telemetry/categories.mdx— a coverage table and one sentence on which challenge statuses eachcaptcha_typereports (+14)browsers/telemetry/pausing-for-captcha-solves.mdx— two Limits bullets on GeeTest selectors and org-level hCaptcha solver coverage (+2)
No application code, config, API, auth, infrastructure, or docs.json changes. The repo has no CODEOWNERS file, and this PR has no prior approval. The added text is user-facing documentation, not model instructions or production logic.
Sent by Cursor Automation: Assign PR reviewers
Sayan-
approved these changes
Sep 23, 2026
This branch was successfully deployed
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
captcha_type, whether task events,captcha_challenge_result, andchallenge_idon task events are emittedsolvedorabandonedforrecaptcha_v2andhcaptcha, plusfailureandtimeoutforpress_and_holdWhy
The cookbook's page probe has no GeeTest selector or token field, so a developer following it on a GeeTest page gets a gate that lets the agent proceed while the challenge is still open. The Limits section only called this out for press-and-hold. The coverage table replaces the one-sentence summary so readers see the per-vendor differences before building on them.
The
challenge_idcolumn says "Can be absent" rather than "No" for the solver-only types because that identifier is being added to more task events upstream, and the docs should not need a second edit when it lands.Testing
The hCaptcha bullet states that solver availability is configured per organization. Drop that bullet if this should not be public.
🤖 Generated with Claude Code
Note
Low Risk
Documentation-only updates to captcha telemetry and cookbook limits; no runtime or API behavior changes.
Overview
Telemetry categories now includes a per-
captcha_typetable for task events,captcha_challenge_result, and whetherchallenge_idappears on task events (with “Can be absent” where upstream may add it). It also states which challenge statuses each type reports:solved/abandonedfor reCAPTCHA v2 and hCaptcha, andfailure/timeoutfor press-and-hold.Pausing for captcha solves adds two Limits bullets: GeeTest gets task telemetry but the cookbook
PROBEhas no GeeTest widget/token checks, so the gate may release early; hCaptcha events only appear when the org has the hCaptcha solver enabled, otherwise the gate falls through to the page probe.Reviewed by Cursor Bugbot for commit cf0bad9. Bugbot is set up for automated code reviews on this repo. Configure here.