docs(dotnet): document .NET native options for Android and Apple#16664
Open
jamescrosswell wants to merge 10 commits intocopilot-symlinkfrom
Open
docs(dotnet): document .NET native options for Android and Apple#16664jamescrosswell wants to merge 10 commits intocopilot-symlinkfrom
jamescrosswell wants to merge 10 commits intocopilot-symlinkfrom
Conversation
Add dedicated reference pages for options.Native.* configuration on .NET for Android and .NET for Apple platforms (iOS, macOS, Mac Catalyst). - docs/platforms/dotnet/guides/android/configuration/native-options.mdx - docs/platforms/dotnet/guides/apple/configuration/native-options.mdx Covers: ANR detection, breadcrumbs, performance tracing, screenshots, app hangs, swizzling, session replay (experimental), error handling, NDK, networking, stack trace filtering, and profiling. Also updates the Android, Apple, and MAUI guide index pages to link to the new native options reference docs. Closes #11745 Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Flash0ver
reviewed
Mar 4, 2026
docs/platforms/dotnet/guides/android/configuration/native-options.mdx
Outdated
Show resolved
Hide resolved
docs/platforms/dotnet/guides/android/configuration/native-options.mdx
Outdated
Show resolved
Hide resolved
docs/platforms/dotnet/guides/apple/configuration/native-options.mdx
Outdated
Show resolved
Hide resolved
|
|
||
| <SdkOption name="Native.ExperimentalOptions.SessionReplay.MaskAllText" type="bool" defaultValue="true"> | ||
|
|
||
| Masks all text content in session replay recordings to protect user privacy. Enabled by default. |
Member
There was a problem hiding this comment.
todo: we need to mention "best effort" when it comes to automatic masking
Collaborator
Author
There was a problem hiding this comment.
@Flash0ver I think I've resolved all of the issues in this PR except for these ones, where you mentioned we need to mention "best effort". Do we have an example of how we should be communicating that? I didn't see anything like this in the docs for these settings in the Cocoa SDK...
|
|
||
| <SdkOption name="Native.ExperimentalOptions.SessionReplay.MaskAllImages" type="bool" defaultValue="true"> | ||
|
|
||
| Masks all images in session replay recordings to protect user privacy. Enabled by default. |
Member
There was a problem hiding this comment.
todo: we need to mention "best effort" when it comes to automatic masking
docs/platforms/dotnet/guides/apple/configuration/native-options.mdx
Outdated
Show resolved
Hide resolved
docs/platforms/dotnet/guides/apple/configuration/native-options.mdx
Outdated
Show resolved
Hide resolved
jamescrosswell
commented
Mar 5, 2026
docs/platforms/dotnet/guides/android/configuration/native-options.mdx
Outdated
Show resolved
Hide resolved
jamescrosswell
commented
Mar 5, 2026
docs/platforms/dotnet/guides/apple/configuration/native-options.mdx
Outdated
Show resolved
Hide resolved
jamescrosswell
commented
Mar 5, 2026
docs/platforms/dotnet/guides/apple/configuration/native-options.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Stefan Pölz <38893694+Flash0ver@users.noreply.github.com>
Co-authored-by: Stefan Pölz <38893694+Flash0ver@users.noreply.github.com>
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.
DESCRIBE YOUR PR
Documents the options.Native.* configuration surface for the embedded native SDKs in .NET for Android and .NET for Apple.
Previously these options were undocumented. This adds dedicated reference pages for both platforms.
Changes:
Closes #11745
Based on #16663
IS YOUR CHANGE URGENT?
PRE-MERGE CHECKLIST