Skip to content

Commit 08d5768

Browse files
committed
update screenshot paths [netlify-build]
1 parent 0480813 commit 08d5768

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

src/connections/auto-instrumentation/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ This guide details how to use signals, and their associated data, generated in o
1010

1111
This guide assumes that you've already added the Signals SDK to your application. If you haven't yet, see the [Auto-Instrumentation Setup](/docs/connections/auto-instrumentation/) guide for initial setup.
1212

13-
> info "Auto-Instrumentation Pilot"
14-
> Auto-Instrumentation is currently in pilot and is governed by Segment's [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}. Segment is actively iterating on and improving the Auto-Instrumentation user experience.
13+
> info "Auto-Instrumentation Private Beta"
14+
> Auto-Instrumentation is currently in Private Beta and is governed by Segment's [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}. Segment is actively iterating on and improving the Auto-Instrumentation user experience.
1515
1616
> success "Enable Auto-Instrumentation"
1717
> To enable Auto-Instrumentation in your Segment workspace, reach out to your dedicated account manager.

src/connections/auto-instrumentation/event-builder.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ You can use it to create Track, Identify, Page, and other event types directly f
1212
1313
## Access the Event Builder
1414

15-
The Event Builder appears as a tab within each source, next to the Debugger. If you don't see the Event Builder tab, first confirm that you've installed the required Auto-Instrumentation SDK. If you've installed the SDK but still don't see the Event Builder tab, reach out to your Segment account manager to verify your workspace is included in the Auto-Instrumentation Private Beta.
15+
The Event Builder appears as a tab within each source, next to the Debugger. If you don't see the Event Builder tab, first confirm that you've installed the required Auto-Instrumentation SDK.
1616

17-
![The Event Builder tab shown in the navigation bar between Debugger and Schema in a Segment source](images/autoinstrumentation_signals.png)
17+
If you've installed the SDK but still don't see the Event Builder tab, reach out to your Segment account manager to verify your workspace is included in the Auto-Instrumentation Private Beta.
18+
19+
![The Event Builder tab shown in the navigation bar between Debugger and Schema in a Segment source](images/event_builder_tab.png)
1820

1921
> info "Event Builder during Private Beta"
2022
> During Private Beta beta, both the Event Builder and the legacy Auto-Instrumentation tab appear in the navigation. Segment will remove the legacy tab once all customers have migrated to the Event Builder experience.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ After integrating the SDK and running your app, verify that Segment is collectin
6969

7070
1. In your Segment workspace, return to **Connections > Sources**, then select the Source you created for Auto-Instrumentation.
7171
2. In the Source header, look for the **Event Builder** tab. If the tab does not appear, make sure you’ve installed the SDK correctly and are triggering signal activity using the debug URL.
72-
![The Event Builder tab shown in the navigation bar between Debugger and Schema in a Segment Source](/images/event-builder-tab.png)
72+
![The Event Builder tab shown in the navigation bar between Debugger and Schema in a Segment Source](images/event-builder-tab.png)
7373
3. Open the **Event Builder** and follow the on-screen instructions to trigger signal detection. You’ll need to open your app in a browser using the custom debug URL Segment provides (for example,`?segment_signals_debug=true`).
7474
4. Interact with your app to trigger signals: click buttons, navigate pages, or submit forms. Segment collects and displays these as signals in the Event Builder.
7575
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**.

0 commit comments

Comments
 (0)