Skip to content

Commit 1f3da0e

Browse files
committed
minor fix
1 parent 252f27b commit 1f3da0e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Instrumentation becomes as simple as adding dependencies to your module's Gradle
4545
implementation ("com.segment.analytics.kotlin.signals:core:1.0.0")
4646
```
4747
2. Initialize Signals
48+
49+
> success ""
50+
> See [configuration options](#configuration-options) for a complete list.
51+
>
4852
```kotlin
4953
//... <analytics config>....
5054
analytics.add(LivePlugins()) // Make sure LivePlugins is added
@@ -233,6 +237,15 @@ Signals.configuration = Configuration(
233237
)
234238
```
235239

240+
## Step 4: Turn on Auto-Instrumentation in your source
241+
242+
Next, return to the source settings to turn on Auto-Instrumentation:
243+
244+
1. Go to **Connections > Sources**.
245+
2. Select the source you used in Step 1.
246+
3. From the source's overview tab, go to **Settings > Advanced**.
247+
4. Toggle Auto-Instrumention on.
248+
236249
## Step 5: Verify event collection
237250

238251
After you build and run your app, use the [Event Builder](/docs/connections/auto-instrumentation/event-builder/) to confirm that Signals are being collected correctly.

0 commit comments

Comments
 (0)