Skip to content

Commit d8f83a9

Browse files
committed
clean up add source steps
1 parent 39afdb6 commit d8f83a9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ You'll learn how to add Auto-Instrumentation sources, integrate dependencies, an
1515
1616
## Step 1: Add or enable a source and get its write key
1717

18-
You'll first need to add a source and copy its write key:
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.
1919

20-
1. In your Segment workspace, navigate to **Connections > Auto-Instrumentation** and click **Add source**.
21-
2. Select a source, give the source a name, and click **Save**.
22-
3. Return to **Connections > Sources** to view your sources.
23-
4. In the **My sources** table, find and click the new source you just set up.
24-
5. In the **Initialize the Client** section, look for and copy the `writeKey` displayed in the code block.
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.
2526

2627
## Step 2: Add dependencies and initialization code
2728

0 commit comments

Comments
 (0)