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
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
-

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**.
0 commit comments