Skip to content

Commit 16df6eb

Browse files
committed
Add new before you begin section
1 parent 8edfb60 commit 16df6eb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ This page covers the installation steps, configuration options, and how to use o
1313
> success "Enable Auto-Instrumentation"
1414
> To enable Auto-Instrumentation in your Segment workspace, reach out to your dedicated account manager.
1515
16+
## Before you begin
17+
18+
To use Signals with Android, you need:
19+
20+
- An active Segment workspace with auto-instrumentation enabled
21+
- A Kotlin-based Android project
22+
- Android Gradle Plugin version 7.0 or later
23+
- A minimum compile SDK version of 21
24+
25+
Signals supports Jetpack Compose and traditional Android UI frameworks. It also includes optional plugins for network tracking using OkHttp3, Retrofit, or `HttpURLConnection`.
26+
27+
Segment recommends testing in a development environment before deploying Signals in production. For more information, see [Debug mode](#debug-mode).
28+
29+
30+
<!-->
1631
## Step 1: Add a source and get its write key
1732

1833
You'll first need to add a source and copy its write key:

0 commit comments

Comments
 (0)