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
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
+
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`.
61
64
65
+
Only add the plugins you plan to use. You can add or remove them later without reinitializing your source.
66
+
67
+
68
+
69
+
70
+
<!-->
62
71
2. Add the initialization code and configuration options:
0 commit comments