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 ac84b7e commit 66a1824Copy full SHA for 66a1824
src/connections/auto-instrumentation/swift-setup.md
@@ -43,9 +43,8 @@ dependencies: [
43
```
44
45
2. Import and initialize with your Analytics instance:
46
- > success ""
47
- > See [configuration options](#configuration-options) for a complete list.
48
- >
+> success ""
+> See [configuration options](#configuration-options) for a complete list.
49
```swift
50
import Segment
51
import AnalyticsLive
@@ -72,7 +71,6 @@ dependencies: [
72
71
// ... other options
73
))
74
75
-
76
3. Set up capture for the UI framework(s) you're using:
77
* [Capture SwiftUI interactions](#swiftui).
78
* [Capture UIKit interactions](#uikit).
0 commit comments