Skip to content

Commit ac84b7e

Browse files
authored
fixes [netlify-build]
1 parent a4d51b3 commit ac84b7e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ implementation("com.segment.analytics.kotlin:analytics-kotlin-live:1.3.0")
3838
## Step 1: Getting started
3939

4040
To get started:
41-
1. Add Signals Core
41+
1. Add Signals Core:
4242
```groovy
4343
// signal core
4444
implementation ("com.segment.analytics.kotlin.signals:core:1.0.0")
4545
```
46-
2. Initialize Signals
46+
2. Initialize Signals:
4747
4848
> success ""
4949
> See [configuration options](#configuration-options) for a complete list.
@@ -72,12 +72,12 @@ To get started:
7272
7373
#### Kotlin Compose
7474
75-
1. Add the dependency to your module’s Gradle build file.
75+
1. Add the dependency to your module’s Gradle build file:
7676
```groovy
7777
implementation ("com.segment.analytics.kotlin.signals:compose:1.0.0")
7878
```
7979
80-
2. Add `SignalsComposeTrackingPlugin` to analytics
80+
2. Add `SignalsComposeTrackingPlugin` to analytics:
8181
```kotlin
8282
analytics.add(SignalsComposeTrackingPlugin())
8383
```
@@ -128,7 +128,7 @@ To get started:
128128
implementation ("com.segment.analytics.kotlin.signals:navigation:1.0.0")
129129
}
130130
```
131-
3. (Optional) Add `SignalsActivityTrackingPlugin` to analytics to track Activity/Fragment navigation. **This is not required for Compose Navigation**.
131+
3. (**Optional**): Add `SignalsActivityTrackingPlugin` to analytics to track Activity/Fragment navigation. **This is not required for Compose Navigation**.
132132
```kotlin
133133
analytics.add(SignalsActivityTrackingPlugin())
134134
```
@@ -254,8 +254,9 @@ After you build and run your app, use the [Event Builder](/docs/connections/auto
254254
3. Interact with your app on a simulator or test device:
255255
> - Navigate between screens.
256256
> - Tap buttons and UI elements.
257-
> - Trigger network requests.
258-
> If `sendDebugSignalsToSegment` is enabled, Signals appear in real time as you interact with the app.
257+
> - Trigger network requests.
258+
>
259+
> If `sendDebugSignalsToSegment` is enabled, Signals appear in real time as you interact with the app.
259260
4. In the Event Builder, select a signal and click **Configure event** to define a new event.
260261
5. After you add any event mappings, click **Publish event rules** to save them.
261262

0 commit comments

Comments
 (0)