Skip to content

Commit e019f46

Browse files
fix(apple): Core data instrumentation typo (#4936)
The core data section stated to enable file IO instrumentation, which is wrong. This is fixed now.
1 parent c73e459 commit e019f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/apple/common/performance/instrumentation/automatic-instrumentation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ This is an experimental feature and requires an opt-in. Experimental features ar
144144
</Alert>
145145
146146
The Sentry SDK adds spans for Core Data operations to ongoing transactions bound to the scope. Currently, the SDK supports fetch and save operations with [NSManagedObjectContext](https://developer.apple.com/documentation/coredata/nsmanagedobjectcontext).
147-
To enable file I/O instrumentation:
147+
To enable core data instrumentation:
148148
149149
```swift {tabTitle:Swift}
150150
import Sentry

0 commit comments

Comments
 (0)