Skip to content

fix(apple): UIViewController wording #4899

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

Merged
merged 1 commit into from
Apr 5, 2022

Conversation

philipphofmann
Copy link
Member

Improve the wording for UIViewControllers a bit, because the wording
was a bit confusing for some people.

Improve the wording for UIViewControllers a bit, because the wording
was a bit confusing for some people.
@philipphofmann philipphofmann requested a review from a team as a code owner April 5, 2022 06:52
@vercel
Copy link

vercel bot commented Apr 5, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/sentry/sentry-docs/EAbcUUgn4h3UMeTB5BbkEHgvGfWi
✅ Preview: https://sentry-docs-git-fix-ui-view-controller-wording.sentry.dev

@@ -14,7 +14,8 @@ Capturing transactions requires that you first <PlatformLink to="/performance/">

This feature is available for iOS, tvOS, and Mac Catalyst, and only works for UIViewControllers.

The UIViewController Instrumentation, once enabled, captures transactions whenever your app loads an in-app UIViewController, meaning it doesn't capture transactions of UIKits UIViewControllers, other third-party libraries, or SwiftUI. The SDK sets the transaction name to the name of the ViewController, including the module — for example, `Your_App.MainViewController` — and the transaction operation to `ui.load`.
The UIViewController Instrumentation, once enabled, captures transactions when your app loads an [UIViewController][UIViewController], which is in-app and a subclass of UIViewController. Nevertheless, the SDK doesn't capture transactions for UIViewControllers of third-party libraries or SwiftUI.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The UIViewController Instrumentation, once enabled, captures transactions when your app loads an [UIViewController][UIViewController], which is in-app and a subclass of UIViewController. Nevertheless, the SDK doesn't capture transactions for UIViewControllers of third-party libraries or SwiftUI.
The UIViewController Instrumentation, once enabled, captures transactions when your app loads an [UIViewController](https://developer.apple.com/documentation/uikit/uiviewcontroller), which is in-app and a subclass of UIViewController. Nevertheless, the SDK doesn't capture transactions for UIViewControllers of third-party libraries or SwiftUI.

@marandaneto
Copy link
Contributor

Much better, thanks @philipphofmann

@philipphofmann philipphofmann merged commit d0b1592 into master Apr 5, 2022
@philipphofmann philipphofmann deleted the fix/ui-view-controller-wording branch April 5, 2022 07:13
@github-actions github-actions bot locked and limited conversation to collaborators Apr 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants