Skip to content

Commit e01f335

Browse files
committed
update Kotlin and Swift deployment instructions
1 parent c55134c commit e01f335

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

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

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,15 @@ Next, you'll need to add the Signals SDKs to your Kotlin application.
7979

8080
## Step 3: Verify and deploy events
8181

82-
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:
83-
84-
1. In your Segment workspace, return to **Connections > Auto-Instrumentation** and click on the new source you created.
85-
2. Verify that signals appear as expected on the dashboard.
86-
87-
![Signals successfully appearing in the Segment UI](images/autoinstrumentation_signals.png "Signals successfully appearing in the Segment UI")
88-
89-
3. Click **Create Rules**.
90-
4. In the Rules Editor, add a rule that converts signal data into an event.
91-
5. Click **Preview**, then click **Save & Deploy**.
92-
93-
Segment displays `Rule updated successfully` to verify that it saved your rule.
82+
After integrating the SDK and running your app, verify that Segment is collecting signals:
83+
84+
1. In your Segment workspace, go to **Connections > Sources** and select the source you created for Auto-Instrumentation.
85+
2. In the source overview, look for the **Event Builder** tab. If the tab doesn’t appear:
86+
- Make sure you've installed the SDK correctly.
87+
- Reach out to your Segment CSM to confirm that your workspace has the necessary feature flags enabled.
88+
3. Launch your app [in debug mode](https://github.com/segmentio/analytics-next/tree/master/packages/signals/signals#sending-and-viewing-signals-on-segmentcom-debug-mode){:target="_blank"}, for example, by running the app from Android Studio on a simulator or test device. This enables signal collection so you can see activity in the Event Builder.
89+
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.
90+
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**.
9491
9592
## Configuration Options
9693

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ After integrating the SDK and running your app, verify that Segment is collectin
8383
2. In the source overview, look for the **Event Builder** tab. If the tab doesn’t appear:
8484
- Make sure you've installed the SDK correctly.
8585
- 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 wouldnavigate between screens, tap buttons, trigger network requests. Signals appear in real time as you interact with the app.
86+
3. Launch your app [in debug mode](https://github.com/segmentio/analytics-next/tree/master/packages/signals/signals#sending-and-viewing-signals-on-segmentcom-debug-mode){:target="_blank"}. 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.
8888
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**.
8989

9090
## Configuration Options

0 commit comments

Comments
 (0)