Skip to content

Commit c55134c

Browse files
committed
update Swift instructions
1 parent 41c40e9 commit c55134c

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

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

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,15 @@ typealias SecureField = SignalSecureField
7777
```
7878
## Step 3: Verify and deploy events
7979
80-
Next, you'll need to verify signal emission and [create rules](/docs/connections/auto-instrumentation/configuration/#example-rule-implementations) to convert those signals into events:
81-
82-
1. In your Segment workspace, return to **Connections > Auto-Instrumentation** and click on the new source you created.
83-
2. Verify that signals appear as expected on the dashboard.
84-
85-
![Signals successfully appearing in the Segment UI](images/autoinstrumentation_signals.png "Signals successfully appearing in the Segment UI")
86-
87-
3. Click **Create Rules**.
88-
4. In the Rules Editor, add a rule that converts signal data into an event.
89-
5. Click **Preview**, then click **Save & Deploy**.
90-
91-
Segment displays `Rule updated successfully` to verify that it saved your rule.
80+
After integrating the SDK and running your app, verify that Segment is collecting signals:
81+
82+
1. In your Segment workspace, go to **Connections > Sources** and select the source you created for Auto-Instrumentation.
83+
2. In the source overview, look for the **Event Builder** tab. If the tab doesn’t appear:
84+
- Make sure you've installed the SDK correctly.
85+
- Reach out to your Segment CSM to confirm that your workspace has the necessary feature flags enabled.
86+
3. Launch your app in debug mode. This enables signal collection so you can see activity in the Event Builder.
87+
4. Use the app as a user would—navigate between screens, tap buttons, trigger network requests. Signals appear in real time as you interact with the app.
88+
5. In the Event Builder, find a signal and click **Configure event** to define a new event. After configuring the event, click **Publish event rules**.
9289

9390
## Configuration Options
9491

0 commit comments

Comments
 (0)