File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
src/connections/auto-instrumentation Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff 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+ ```
64603 . Add proper dependency and plugin as needed to:
6561 * [ Capture interactions] ( #capture-interactions ) .
6662 * [ Capture navigation] ( #capture-navigation ) .
You can’t perform that action at this time.
0 commit comments