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/web-setup.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,15 +196,12 @@ After integrating the SDK and running your app, verify that Segment is collectin
196
196
197
197
1. In your Segment workspace, return to **Connections > Sources**, then select the source you created for Auto-Instrumentation.
198
198
2. In the source overview, look for the **Event Builder** tab. If the tab doesn’t appear:
199
-
200
-
- Make sure you've installed the SDK correctly.
201
-
- Reach out to your Segment CSM to confirm that your workspace has the necessary feature flags enabled.
202
-

199
+
- Make sure you've installed the SDK correctly.
200
+
- Reach out to your Segment CSM to confirm that your workspace has the necessary feature flags enabled.
201
+

203
202
204
203
3. Open the **Event Builder** and follow the on-screen instructions to start signal detection.
205
-
206
-
- To collect signals in the UI, visit your site in a browser using the query string:`?segment_signals_debug=true`
207
-
204
+
- To collect signals in the UI, visit your site in a browser using the query string:`?segment_signals_debug=true`
208
205
4. Interact with your app to trigger signals: click buttons, navigate pages, submit forms, and so on. Segment collects and displays these as signals in real time.
209
206
5. From the signals list, click **Configure event** to define a new event based on one or more signals. After configuring the event, click **Publish event rules**.
Network signals emit when an HTTP Request is made, or an HTTP Response is received. To emit a network signal, the network activity must have the following requirements:
322
319
323
320
- Initiated using the `fetch` API
324
-
- First party domain (e.g if on `foo.com`, then `foo.com/api/products`, but not `bar.com/api/products`)
321
+
- First party domain (for example, if on `foo.com`, then `foo.com/api/products`, but not `bar.com/api/products`)
0 commit comments