You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/auto-instrumentation/kotlin-setup.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,10 +57,10 @@ dependencies {
57
57
58
58
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:
59
59
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`.
64
64
65
65
Only add the plugins you plan to use. You can add or remove them later without reinitializing your source.
0 commit comments