Skip to content

Commit f9f5659

Browse files
committed
final Swift cleanup
1 parent d57e763 commit f9f5659

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

src/connections/auto-instrumentation/swift-setup.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You'll learn how to connect an existing source, integrate dependencies, turn on
1111
> Auto-Instrumentation is currently in Private Beta and is governed by Segment's [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}. Segment is actively iterating on and improving the Auto-Instrumentation user experience.
1212
1313
> success "Enable Auto-Instrumentation"
14-
> To enable Auto-Instrumentation in your Segment workspace, reach out to your dedicated account manager.
14+
> To turn Auto-Instrumentation on in your Segment workspace, reach out to your dedicated account manager.
1515
1616
## Step 1: Get your source write key
1717

@@ -74,11 +74,21 @@ typealias NavigationLink = SignalNavigationLink
7474
typealias TextField = SignalTextField
7575
typealias SecureField = SignalSecureField
7676
```
77-
## Step 3: Verify and deploy events
77+
78+
## Step 3: Turn on Auto-Instrumentation in your source
79+
80+
Next, return to the source settings to turn on Auto-Instrumentation:
81+
82+
1. Go to **Connections > Sources**.
83+
2. Select your source you used in Step 1.
84+
3. From the source's overview tab, go to **Settings > Advanced**.
85+
4. Toggle Auto-Instrumention on.
86+
87+
## Step 4: Verify and deploy events
7888

7989
After integrating the SDK and running your app, verify that Segment is collecting signals:
8090

81-
1. In your Segment workspace, go to **Connections > Sources** and select the source you created for Auto-Instrumentation.
91+
1. In your Segment workspace, go to **Connections > Sources** and select the source you used for Auto-Instrumentation.
8292
2. In the source overview, look for the **Event Builder** tab. If the tab doesn’t appear:
8393
- Make sure you've installed the SDK correctly.
8494
- Reach out to your Segment CSM to confirm that your workspace has the necessary feature flags enabled.

src/connections/auto-instrumentation/web-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You'll learn how to connect an existing source, integrate dependencies, turn on
1111
> Auto-Instrumentation is currently in Private Beta and is governed by Segment's [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}. Segment is actively iterating on and improving the Auto-Instrumentation user experience.
1212
1313
> success "Enable Auto-Instrumentation"
14-
> To turn on Auto-Instrumentation in your Segment workspace, reach out to your dedicated account manager.
14+
> To turn Auto-Instrumentation on in your Segment workspace, reach out to your dedicated account manager.
1515
1616
## Step 1: Get your source write key
1717

@@ -202,7 +202,7 @@ Next, return to the source settings to turn on Auto-Instrumentation:
202202

203203
After integrating the SDK and running your app, verify that Segment is collecting signals:
204204

205-
1. In your Segment workspace, return to **Connections > Sources**, then select the source you used for Auto-Instrumentation.
205+
1. In your Segment workspace, go to **Connections > Sources** and select the source you used for Auto-Instrumentation.
206206
2. In the source overview, look for the **Event Builder** tab. If the tab doesn’t appear:
207207
- Make sure you've installed the SDK correctly.
208208
- Reach out to your Segment CSM to confirm that your workspace has the necessary feature flags enabled.

0 commit comments

Comments
 (0)