Skip to content

Commit 5661ef6

Browse files
authored
pleaseee
Updated the initialization instructions for Signals and improved clarity in the documentation.
1 parent 4bdeb7e commit 5661ef6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,8 @@ To get started:
4343
// signal core
4444
implementation ("com.segment.analytics.kotlin.signals:core:1.0.0")
4545
```
46-
2. Initialize Signals:
47-
> success ""
48-
> See [configuration options](#configuration-options) for a complete list.
49-
50-
```kotlin
46+
2. Initialize Signals. For a complete list, see [configuration options](#configuration-options).
47+
```kotlin
5148
//... <analytics config>....
5249
analytics.add(LivePlugins()) // Make sure LivePlugins is added
5350
analytics.add(Signals) // Add the signals plugin
@@ -59,8 +56,7 @@ To get started:
5956
obfuscateDebugSignals = true
6057
// .. other options
6158
)
62-
```
63-
59+
```
6460
3. Add proper dependency and plugin as needed to:
6561
* [Capture interactions](#capture-interactions).
6662
* [Capture navigation](#capture-navigation).

0 commit comments

Comments
 (0)