File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/connections/auto-instrumentation Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,11 @@ To get started:
4343 // signal core
4444 implementation ("com.segment.analytics.kotlin.signals:core:1.0.0")
4545 ```
46- 2. Initialize Signals:
47-
46+ 2. Initialize Signals:
4847> success ""
4948> See [configuration options](#configuration-options) for a complete list.
50- >
51- ```kotlin
49+
50+ ```kotlin
5251 //... <analytics config>....
5352 analytics.add(LivePlugins()) // Make sure LivePlugins is added
5453 analytics.add(Signals) // Add the signals plugin
@@ -60,7 +59,8 @@ To get started:
6059 obfuscateDebugSignals = true
6160 // .. other options
6261 )
63- ```
62+ ```
63+
64643 . Add proper dependency and plugin as needed to:
6565 * [ Capture interactions] ( #capture-interactions ) .
6666 * [ Capture navigation] ( #capture-navigation ) .
You can’t perform that action at this time.
0 commit comments