test PR (debug) - #3
Closed
7723qqq wants to merge 1 commit into
Closed
Conversation
Each tryNative* call now records a native_tool_fallback telemetry event with one of disabled | load_failed | function_missing | function_threw, and logs once per (tool, reason) via console.warn so broken native binaries are visible without spam. The internal loader is now an explicit four-state machine (unloaded | disabled | load_failed | loaded) so flag-off vs binary- missing/ABI-mismatch are distinguishable in telemetry. setNativeTelemetry is wired automatically in SDKRpcClient from the harness telemetry option, so app code needs no change. No new lint warnings, typecheck clean, two new vitest cover the disabled branch and the warn-once-vs-telemetry-each-call semantics.
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.
debug