docs(android): fix stale NdkOptions import path in native-crashes.mdx - #47
Merged
krassx merged 1 commit intoSep 5, 2026
Conversation
The prose and code import both pointed at the deprecated com.bugsee.library.ndk.contracts.options.NdkOptions path. configuration/ndk.mdx already documents the real path, com.bugsee.library.contracts.options.NdkOptions, and explicitly calls the old path a deprecated compatibility alias. This page wasn't updated to match, so it re-taught the exact mistake that was already corrected elsewhere. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
|
Confirmed against
There's even a regression test ( 🤖 Generated with Claude Code |
krassx
approved these changes
Sep 5, 2026
krassx
left a comment
Contributor
There was a problem hiding this comment.
Validated against source (see review comment above). Approving.
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
docs/sdk/android/issue-detection/native-crashes.mdx(prose and a codeimport) still pointsNdkOptionsatcom.bugsee.library.ndk.contracts.options.NdkOptions.configuration/ndk.mdx— fixed in a previous round — now correctly documents the real path (com.bugsee.library.contracts.options.NdkOptions) and explicitly calls the old path a deprecated compatibility alias.Changes
importline to the current path.Test plan
npx cspellon the changed file — 0 issuesndk.contractsreferences remain in the file🤖 Generated with Claude Code
https://claude.ai/code/session_01QnXDhVitCVmMNafPRvKUat