Skip to content

Commit 407659c

Browse files
pwsegforstisabella
andauthored
Update src/connections/auto-instrumentation/kotlin-setup.md
Co-authored-by: forstisabella <[email protected]>
1 parent 65aa910 commit 407659c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ dependencies {
5757

5858
The core libraries are required to enable Signals and real-time analytics. Use the optional plugins to track additional activity based on your app's architecture:
5959

60-
- Compose plugin, which tracks user interface events in Jetpack Compose.
61-
- OkHttp3 plugin, which captures requests sent through OkHttp3 or Retrofit.
62-
- Navigation plugin, which tracks route changes when using Jetpack Navigation.
63-
- JavaNet plugin, which tracks network activity sent through `HttpURLConnection`.
60+
- **Compose**: Tracks user interface events in Jetpack Compose.
61+
- **OkHttp3**: Captures requests sent through OkHttp3 or Retrofit.
62+
- **Navigation**: Tracks route changes when using Jetpack Navigation.
63+
- **JavaNet**: Tracks network activity sent through `HttpURLConnection`.
6464

6565
Only add the plugins you plan to use. You can add or remove them later without reinitializing your source.
6666

0 commit comments

Comments
 (0)