You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/platforms/apple/common/configuration/swizzling.mdx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ The Cocoa SDK uses [swizzling](https://nshipster.com/method-swizzling/) to provi
9
9
__macOS__
10
10
- <PlatformLinkto="/enriching-events/breadcrumbs/">Breadcrumbs for touch events</PlatformLink>
11
11
- <PlatformLinkto="/performance/instrumentation/automatic-instrumentation/#network-tracking">Auto instrumentation for HTTP requests</PlatformLink>
12
-
- <PlatformLinkto="/performance/instrumentation/automatic-instrumentation/#file-io-tracking">Auto instrumentation for File I/O operations (experimental)</PlatformLink>
13
-
- <PlatformLinkto="/performance/instrumentation/automatic-instrumentation/#core-data-tracking">Auto instrumentation for Core Data operations (experimental)</PlatformLink>
12
+
- <PlatformLinkto="/performance/instrumentation/automatic-instrumentation/#file-io-tracking">Auto instrumentation for File I/O operations</PlatformLink>
13
+
- <PlatformLinkto="/performance/instrumentation/automatic-instrumentation/#core-data-tracking">Auto instrumentation for Core Data operations</PlatformLink>
14
14
- <PlatformLinkto="/performance/connect-services/">Automatically added sentry-trace header to HTTP requests for distributed tracing</PlatformLink>
15
15
16
16
@@ -19,8 +19,8 @@ __iOS, tvOS and Catalyst__
19
19
- <PlatformLinkto="/enriching-events/breadcrumbs/">Breadcrumbs for touch events and navigation with UIViewControllers</PlatformLink>
20
20
- <PlatformLinkto="/performance/instrumentation/automatic-instrumentation/#uiviewcontroller-tracking">Auto instrumentation for UIViewControllers</PlatformLink>
21
21
- <PlatformLinkto="/performance/instrumentation/automatic-instrumentation/#network-tracking">Auto instrumentation for HTTP requests</PlatformLink>
22
-
- <PlatformLinkto="/performance/instrumentation/automatic-instrumentation/#file-io-tracking">Auto instrumentation for File I/O operations (experimental)</PlatformLink>
23
-
- <PlatformLinkto="/performance/instrumentation/automatic-instrumentation/#core-data-tracking">Auto instrumentation for Core Data operations (experimental)</PlatformLink>
22
+
- <PlatformLinkto="/performance/instrumentation/automatic-instrumentation/#file-io-tracking">Auto instrumentation for File I/O operations</PlatformLink>
23
+
- <PlatformLinkto="/performance/instrumentation/automatic-instrumentation/#core-data-tracking">Auto instrumentation for Core Data operations</PlatformLink>
24
24
- <PlatformLinkto="/performance/connect-services/">Automatically added sentry-trace header to HTTP requests for distributed tracing</PlatformLink>
25
25
- <PlatformLinkto="/performance/instrumentation/automatic-instrumentation/#user-interaction-tracing">User interaction transactions for UI clicks (experimental)</PlatformLink>
0 commit comments