-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix(apple): Add all undocumented options #15835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
This PR currently duplicates documentation for options, so they are once on the main options page at https://docs.sentry.io/platforms/apple/guides/ios/configuration/options/ and once on individual pages. We already have some parts duplicated, e.g. https://docs.sentry.io/platforms/apple/guides/ios/configuration/options/#enableGraphQLOperationTracking and https://docs.sentry.io/platforms/apple/guides/ios/configuration/graphql-operation-tracking/ I think having one page with all the available options is benefical |
I agree, yes please. |
philipphofmann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. We could remove several mentions to the default is true in text, because the SdkOption also thas the default value already.
coolguyzone
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Big update, nice work!
Co-authored-by: Alex Krawiec <[email protected]>
DESCRIBE YOUR PR
I analyzed the documentation and the codebase of Sentry Cocoa SDK to add documentation for all options.
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:
Closes getsentry/sentry-cocoa#7014