We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3081668 commit 4bdeb7eCopy full SHA for 4bdeb7e
src/connections/auto-instrumentation/swift-setup.md
@@ -45,7 +45,7 @@ dependencies: [
45
2. Import and initialize with your Analytics instance:
46
> success ""
47
> See [configuration options](#configuration-options) for a complete list.
48
- ```swift
+```swift
49
import Segment
50
import AnalyticsLive
51
@@ -70,7 +70,8 @@ dependencies: [
70
#endif
71
// ... other options
72
))
73
- ```
+```
74
+
75
3. Set up capture for the UI framework(s) you're using:
76
* [Capture SwiftUI interactions](#swiftui).
77
* [Capture UIKit interactions](#uikit).
0 commit comments