Skip to content

Commit d3dd38c

Browse files
fix(apple): Delete experimental note GA features (#5631)
Remove experimental suffix for file I/O and core data queries, which are GA already.
1 parent 7d16d56 commit d3dd38c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/platform-includes/getting-started-primer/apple.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
- [Mobile Vitals](https://docs.sentry.io/product/performance/mobile-vitals/)
2828
- Cold and warm start
2929
- Slow and frozen frames
30-
- Performance of <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#file-io-tracking">file I/O</PlatformLink> operations (experimental)
31-
- Performance of <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#core-data-tracking">Core Data</PlatformLink> queries (experimental)
30+
- Performance of <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#file-io-tracking">file I/O</PlatformLink> operations
31+
- Performance of <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#core-data-tracking">Core Data</PlatformLink> queries
3232
- <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#user-interaction-tracing">User Interaction</PlatformLink> transactions for UI clicks (experimental)
3333
- [Attachments](/platforms/apple/enriching-events/attachments/) enrich your event by storing additional files, such as config or log files
3434
- [User Feedback](/platforms/apple/enriching-events/user-feedback/) provides the ability to collect user information when an event occurs

src/platforms/apple/common/configuration/swizzling.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ The Cocoa SDK uses [swizzling](https://nshipster.com/method-swizzling/) to provi
99
__macOS__
1010
- <PlatformLink to="/enriching-events/breadcrumbs/">Breadcrumbs for touch events</PlatformLink>
1111
- <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#network-tracking">Auto instrumentation for HTTP requests</PlatformLink>
12-
- <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#file-io-tracking">Auto instrumentation for File I/O operations (experimental)</PlatformLink>
13-
- <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#core-data-tracking">Auto instrumentation for Core Data operations (experimental)</PlatformLink>
12+
- <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#file-io-tracking">Auto instrumentation for File I/O operations</PlatformLink>
13+
- <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#core-data-tracking">Auto instrumentation for Core Data operations</PlatformLink>
1414
- <PlatformLink to="/performance/connect-services/">Automatically added sentry-trace header to HTTP requests for distributed tracing</PlatformLink>
1515

1616

@@ -19,8 +19,8 @@ __iOS, tvOS and Catalyst__
1919
- <PlatformLink to="/enriching-events/breadcrumbs/">Breadcrumbs for touch events and navigation with UIViewControllers</PlatformLink>
2020
- <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#uiviewcontroller-tracking">Auto instrumentation for UIViewControllers</PlatformLink>
2121
- <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#network-tracking">Auto instrumentation for HTTP requests</PlatformLink>
22-
- <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#file-io-tracking">Auto instrumentation for File I/O operations (experimental)</PlatformLink>
23-
- <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#core-data-tracking">Auto instrumentation for Core Data operations (experimental)</PlatformLink>
22+
- <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#file-io-tracking">Auto instrumentation for File I/O operations</PlatformLink>
23+
- <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#core-data-tracking">Auto instrumentation for Core Data operations</PlatformLink>
2424
- <PlatformLink to="/performance/connect-services/">Automatically added sentry-trace header to HTTP requests for distributed tracing</PlatformLink>
2525
- <PlatformLink to="/performance/instrumentation/automatic-instrumentation/#user-interaction-tracing">User interaction transactions for UI clicks (experimental)</PlatformLink>
2626

0 commit comments

Comments
 (0)