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 5661ef6 commit b81f9fdCopy full SHA for b81f9fd
src/connections/auto-instrumentation/swift-setup.md
@@ -42,10 +42,8 @@ dependencies: [
42
]
43
```
44
45
-2. Import and initialize with your Analytics instance:
46
-> success ""
47
-> See [configuration options](#configuration-options) for a complete list.
48
-```swift
+2. Import and initialize with your Analytics instance. For a complete list, see [configuration options](#configuration-options).
+ ```swift
49
import Segment
50
import AnalyticsLive
51
@@ -70,8 +68,7 @@ dependencies: [
70
68
#endif
71
69
// ... 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