Fixed all the broken links to options after SDKoption change #15237
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
Fixed all the broken hyperlinks since converting to SDKoption. This broke links to anchors, since the formatting for the anchors is now the actual platform casing (vs all kebab).
Java Platform
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/java/configuration/options/#sendDefaultPii
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/java/configuration/options/#enableBackpressureHandling
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/java/configuration/options/#propagateTraceparent
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/java/configuration/options/#beforeSend
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/java/configuration/options/#sendClientReports
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/java/configuration/options/#maxRequestBodySize
Android Platform
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/android/configuration/options/#beforeSend
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/android/configuration/options/#propagateTraceparent
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/android/configuration/options/#proxy
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/android/configuration/options/#idleTimeout
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/android/configuration/options/#deadlineTimeout
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/android/configuration/options/#sendDefaultPii
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/android/configuration/options/#maxRequestBodySize
.NET Platform
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/dotnet/guides/aspnet/configuration/options/#MaxRequestBodySize
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/dotnet/configuration/options/#SendDefaultPii
Unity Platform
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/unity/configuration/options/#InitCacheFlushTimeout
Unreal Platform
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/unreal/configuration/options/#SendDefaultPii
PowerShell Platform
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/powershell/configuration/options/#SendDefaultPii
React Native Platform
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/react-native/configuration/options/#sendDefaultPii
Dart Common Platform
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/dart/configuration/options/#sendDefaultPii
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/dart/configuration/options/#maxRequestBodySize
Dart/Flutter Platform
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/dart/guides/flutter/configuration/options/#sendDefaultPii
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/dart/guides/flutter/configuration/options/#maxRequestBodySize
Apple Platform
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/apple/guides/ios/configuration/options/#idleTimeout
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/apple/configuration/options/#enablePersistingTracesWhenCrashing
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/apple/configuration/options/#inAppInclude
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/apple/configuration/options/#inAppExclude
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/apple/configuration/options/#sendDefaultPii
Python Platform
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/python/configuration/options/#send_default_pii
PHP Platform
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/php/configuration/options/#send_default_pii
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/php/configuration/options/#max_request_body_size
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/php/configuration/options/#context_lines
Rust Platform
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/rust/configuration/options/#send_default_pii
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/rust/configuration/options/#max_request_body_size
Kotlin Multiplatform
https://sentry-docs-git-sdkoption-link-fixes.sentry.dev/platforms/kotlin/guides/kotlin-multiplatform/configuration/options/#sendDefaultPii
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes: