-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
HTTP Client errors docs for iOS #5702
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Made some wording tweaks
src/platforms/apple/common/configuration/http-client-errors.mdx
Outdated
Show resolved
Hide resolved
src/platforms/apple/common/configuration/http-client-errors.mdx
Outdated
Show resolved
Hide resolved
src/platforms/apple/common/configuration/http-client-errors.mdx
Outdated
Show resolved
Hide resolved
src/platforms/apple/common/configuration/http-client-errors.mdx
Outdated
Show resolved
Hide resolved
src/platforms/apple/common/configuration/http-client-errors.mdx
Outdated
Show resolved
Hide resolved
src/platforms/apple/common/configuration/http-client-errors.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Isabel <[email protected]>
Co-authored-by: Isabel <[email protected]>
Co-authored-by: Isabel <[email protected]>
Co-authored-by: Isabel <[email protected]>
Co-authored-by: Isabel <[email protected]>
Co-authored-by: Isabel <[email protected]>
Co-authored-by: Isabel <[email protected]>
@philipphofmann @brustolin review here would be nice, thanks. |
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.
Please also add the feature to the following locations:
sentry-docs/src/platform-includes/getting-started-config/apple.mdx
Lines 15 to 18 in 431dee6
// Features turned off by default, but worth checking out | |
options.enableAppHangTracking = true | |
options.enableFileIOTracking = true | |
options.enableCoreDataTracking = true |
sentry-docs/src/platform-includes/getting-started-config/apple.mdx
Lines 34 to 37 in 431dee6
// Features turned off by default, but worth checking out | |
options.enableAppHangTracking = YES; | |
options.enableFileIOTracking = YES; | |
options.enableCoreDataTracking = YES; |
sentry-docs/src/platform-includes/getting-started-config/apple.mdx
Lines 56 to 59 in 431dee6
// Features turned off by default, but worth checking out | |
options.enableAppHangTracking = true | |
options.enableFileIOTracking = true | |
options.enableCoreDataTracking = true |
And also the wizard please
sentry-docs/src/wizard/apple/ios.md
Lines 41 to 44 in 431dee6
// Features turned off by default, but worth checking out | |
options.enableAppHangTracking = true | |
options.enableFileIOTracking = true | |
options.enableCoreDataTracking = true |
sentry-docs/src/wizard/apple/ios.md
Lines 67 to 70 in 431dee6
// Features turned off by default, but worth checking out | |
options.enableAppHangTracking = true | |
options.enableFileIOTracking = true | |
options.enableCoreDataTracking = true |
src/platforms/apple/common/configuration/http-client-errors.mdx
Outdated
Show resolved
Hide resolved
@@ -12,6 +12,7 @@ __macOS__ | |||
- <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#file-io-tracking">Auto instrumentation for File I/O operations</PlatformLink> | |||
- <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#core-data-tracking">Auto instrumentation for Core Data operations</PlatformLink> | |||
- <PlatformLink to="/performance/connect-services/">Automatically added sentry-trace header to HTTP requests for distributed tracing</PlatformLink> | |||
- <PlatformLink to="/configuration/http-client-errors/">HTTP Client Errors</PlatformLink> |
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.
💯 for adding it here.
🥇 Thank you @marandaneto for also creating the docs for this feature. |
Relates to getsentry/sentry-cocoa#2308
Depends on getsentry/publish#1534