You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/auto-instrumentation/kotlin-setup.md
+9-12Lines changed: 9 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -79,18 +79,15 @@ Next, you'll need to add the Signals SDKs to your Kotlin application.
79
79
80
80
## Step3:Verifyand deploy events
81
81
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
-

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 SDKand running your app, verify that Segmentis collecting signals:
83
+
84
+
1. In your Segment workspace, go to **Connections>Sources**and select the source you created forAuto-Instrumentation.
85
+
2. In the source overview, look for the **EventBuilder** 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**.
Copy file name to clipboardExpand all lines: src/connections/auto-instrumentation/swift-setup.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -83,8 +83,8 @@ After integrating the SDK and running your app, verify that Segment is collectin
83
83
2. In the source overview, look for the **Event Builder** tab. If the tab doesn’t appear:
84
84
- Make sure you've installed the SDK correctly.
85
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.
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.
88
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**.
0 commit comments