Skip to content

Commit 7ff1c12

Browse files
author
Michaella Schaszberger
committed
Private --> Public Beta for Auto Instrumentation
1 parent f40bcca commit 7ff1c12

File tree

5 files changed

+12
-28
lines changed

5 files changed

+12
-28
lines changed

src/connections/auto-instrumentation/configuration.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +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 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.
15-
16-
> success "Enable Auto-Instrumentation"
17-
> To enable Auto-Instrumentation in your Segment workspace, reach out to your dedicated account manager.
18-
13+
> info "Public Beta"
14+
> Auto-Instrumentation is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
1915
2016
## Converting signals to events
2117

src/connections/auto-instrumentation/index.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@ redirect_from:
2626

2727
Auto-Instrumentation simplifies tracking in your websites and apps by removing the need for a traditional Segment instrumentation.
2828

29-
> info "Auto-Instrumentation Private Beta"
30-
> 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.
31-
32-
> success "Enable Auto-Instrumentation in your workspace"
33-
> To enable Auto-Instrumentation in your Segment workspace, reach out to your dedicated account manager or [email protected].
29+
> info "Public Beta"
30+
> Auto-Instrumentation is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
3431
3532
## Background
3633

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ Segment’s Signals library powers [Auto-Instrumentation](/docs/connections/auto
77

88
This guide shows how to install and configure the library, as well as how to enable optional plugins for screen views, network activity, and more.
99

10-
> info "Auto-Instrumentation Private Beta"
11-
> 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.
12-
13-
> success "Auto-Instrumentation access"
14-
> To turn Auto-Instrumentation on in your Segment workspace, reach out to your dedicated account manager.
10+
> info "Public Beta"
11+
> Auto-Instrumentation is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
1512
1613
## Before you begin
1714

@@ -233,7 +230,7 @@ If `debugMode` is enabled, Signals appear in real time as you interact with the
233230
5. After you add any event mappings, click **Publish event rules** to save them.
234231

235232
> info "What if I don't see the Event Builder tab?"
236-
> If you don't see the Event Builder tab, confirm that the SDK is installed correctly and make sure `debugMode` is enabled. If you still don't see it, reach out to your CSM to verify that your workspace has Auto-Instrumentation enabled.
233+
> If you don't see the Event Builder tab, confirm that the SDK is installed correctly and make sure `debugMode` is enabled. Verify that Auto Instrumentation is enabled in **Settings > Advanced**. If you still don't see it, reach out to your CSM.
237234
238235
## Configuration options
239236

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ This guide outlines the steps required to set up the Signals SDK in your Apple O
77

88
You'll learn how to connect an existing source, integrate dependencies, turn on Auto-Instrumentation, and verify that your setup captures and processes data as intended.
99

10-
> info "Auto-Instrumentation Private Beta"
11-
> 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.
12-
13-
> success "Auto-Instrumentation access"
14-
> To turn Auto-Instrumentation on in your Segment workspace, reach out to your dedicated account manager.
10+
> info "Public Beta"
11+
> Auto-Instrumentation is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
1512
1613
## Step 1: Get your source write key
1714

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ This guide outlines the steps required to set up the Signals SDK in your JavaScr
77

88
You'll learn how to connect an existing source, integrate dependencies, turn on Auto-Instrumentation, and verify that your setup captures and processes data as intended.
99

10-
> info "Auto-Instrumentation Private Beta"
11-
> 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.
12-
13-
> success "Auto-Instrumentation access"
14-
> To turn Auto-Instrumentation on in your Segment workspace, reach out to your dedicated account manager.
10+
> info "Public Beta"
11+
> Auto-Instrumentation is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
1512
1613
## Step 1: Get your source write key
1714

@@ -205,7 +202,7 @@ After integrating the SDK and running your app, verify that Segment is collectin
205202
1. In your Segment workspace, go to **Connections > Sources** and select the source you used for Auto-Instrumentation.
206203
2. In the source overview, look for the **Event Builder** tab. If the tab doesn’t appear:
207204
- Make sure you've installed the SDK correctly.
208-
- Reach out to your Segment CSM to confirm that your workspace has the necessary feature flags enabled.
205+
- Verify that Auto Instrumentation is enabled in **Settings > Analytics.js**.
209206
![The Event Builder tab shown in the navigation bar between Debugger and Schema in a Segment Source](images/event_builder_tab.png)
210207

211208
3. Open the **Event Builder** and follow the on-screen instructions to start signal detection.

0 commit comments

Comments
 (0)