@@ -17,7 +17,7 @@ You'll learn how to use an existing Segment source, integrate dependencies, turn
17
17
18
18
You’ll need the ` writeKey ` from an existing Segment source:
19
19
20
- 1 . In your Segment workspace, go to to ** Connections > Sources** .
20
+ 1 . In your Segment workspace, go to ** Connections > Sources** .
21
21
2 . Select your source.
22
22
3 . From the source's overview tab, go to ** Settings > API Keys** .
23
23
4 . Copy the ` writeKey ` shown in the code block.
@@ -189,15 +189,20 @@ Verify that you only have **one snippet** in your site, then move to [Step 3: Ve
189
189
190
190
3 . Build and run your app.
191
191
192
- ## Step 3: Enable Auto-Instrumentation in your source
192
+ ## Step 3: Turn on Auto-Instrumentation in your source
193
193
194
+ Next, return to the source settings to turn on Auto-Instrumentation:
194
195
196
+ 1 . Go to ** Connections > Sources** .
197
+ 2 . Select your source you used in Step 1.
198
+ 3 . From the source's overview tab, go to ** Settings > Analytics.js** .
199
+ 4 . Toggle Auto-Instrumention on.
195
200
196
201
## Step 4: Verify and deploy events
197
202
198
203
After integrating the SDK and running your app, verify that Segment is collecting signals:
199
204
200
- 1 . In your Segment workspace, return to ** Connections > Sources** , then select the source you created for Auto-Instrumentation.
205
+ 1 . In your Segment workspace, return to ** Connections > Sources** , then select the source you used for Auto-Instrumentation.
201
206
2 . In the source overview, look for the ** Event Builder** tab. If the tab doesn’t appear:
202
207
- Make sure you've installed the SDK correctly.
203
208
- Reach out to your Segment CSM to confirm that your workspace has the necessary feature flags enabled.
0 commit comments