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/swift-setup.md
+7-16Lines changed: 7 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,31 +5,22 @@ hidden: true
5
5
6
6
This guide outlines the steps required to set up the Signals SDK in your Apple OS applications using Swift.
7
7
8
-
You'll learn how to add Auto-Instrumentation sources, integrate dependencies, and ensure that your setup captures and processes data as intended.
8
+
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.
9
9
10
10
> info "Auto-Instrumentation Private Beta"
11
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
12
13
13
> success "Enable Auto-Instrumentation"
14
14
> To enable Auto-Instrumentation in your Segment workspace, reach out to your dedicated account manager.
15
15
16
-
## Step 1: Add or enable a source and get its write key
16
+
## Step 1: Get your source write key
17
17
18
-
You can either create a new source or turn on Auto-Instrumentation for an existing source. Both methods let you retrieve the `writeKey`that you’ll need later.
18
+
You’ll need the `writeKey`from an existing Segment source:
19
19
20
-
### Create a new source
21
-
22
-
1. In your Segment workspace, navigate to **Connections > Auto-Instrumentation**.
23
-
2. Select **Add source**, give the source a name, and click **Save**.
24
-
3. Return to **Connections > Sources** and select the new source you just set up.
25
-
4. In the **Initialize the Client** section, copy the `writeKey` shown in the code block.
26
-
27
-
### Enable Auto-Instrumentation on an existing source
28
-
29
-
If you want to use an existing source, copy its `writeKey` from **Initialize the Client**. After you install the SDK (Step 2), return to the source settings to turn on Auto-Instrumentation:
30
-
31
-
-**Web:****Connections > Sources > [source] > Settings > Analytics.js > Auto-Instrumentation** and toggle it on.
32
-
-**Mobile:****Connections > Sources > [source] > Settings > Advanced > Auto-Instrumentation** and toggle it on.
20
+
1. In your Segment workspace, go to **Connections > Sources**.
21
+
2. Select your source.
22
+
3. From the source's overview tab, go to **Settings > API Keys**.
23
+
4. Copy the `writeKey` shown in the code block.
33
24
34
25
## Step 2: Add dependencies and initialization code
Copy file name to clipboardExpand all lines: src/connections/auto-instrumentation/web-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ hidden: true
5
5
6
6
This guide outlines the steps required to set up the Signals SDK in your JavaScript website.
7
7
8
-
You'll learn how to use an existing Segment source, integrate dependencies, turn on Auto-Instrumentation, and verify that your setup captures and processes data as intended.
8
+
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.
9
9
10
10
> info "Auto-Instrumentation Private Beta"
11
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.
0 commit comments