| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Capture ADK failures and preserve producer ownership metadata so SGP can distinguish application, platform, and unknown errors. Co-authored-by: Cursor <cursoragent@cursor.com>
Provide typed application and platform error classes with documented ownership boundaries instead of relying on arbitrary exception attributes. Co-authored-by: Cursor <cursoragent@cursor.com>
#485) Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Require the released tracing SDK types so Agentex no longer maintains a duplicate ownership taxonomy that can drift. Co-authored-by: Cursor <cursoragent@cursor.com>
…r span (#484) Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Preserve the newer fail-open observability handling while retaining error category metadata and updated expectations. Co-authored-by: Cursor <cursoragent@cursor.com>
Add configurable frame ownership rules and safe provenance so uncategorized span failures can be attributed without inspecting exception text. Co-authored-by: Cursor <cursoragent@cursor.com>
Use a stable mapping rule identifier instead of emitting custom exception type names in tracing metadata. Co-authored-by: Cursor <cursoragent@cursor.com>
| Back | FazBrowse Home | New Git URL |
Summary
Ownership behavior
The classifier never uses exception messages, exception class names, source lines, raw paths, or stack text as inference signals. Telemetry contains only the stable category source, classifier version, and deterministic non-sensitive rule ID.
Tests
Limitations and follow-up