Elastic OTel Android Agent
See the documentation to find out more about its features, how to setup, and configuration details.
In order to use a local version of this agent, you'll need to publish it into your machine's
maven local repo. To do so, open up a terminal in this project's root dir and
run: ./gradlew publishToMavenLocal
. After that, you can apply the agent into an Android
application project (that uses mavenLocal() as one of its dependency repositories)
by following the Getting started" guide and using the version defined here.