Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 833 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 833 Bytes

Android Instana Agent example

Building

Configure app

Replace the placeholders in app/instana.properties.example with your Instana app key and your reporting url. If you don't have any Instana credentials, please create a Trial account

Review and tweak Instana configuration in app/src/main/java/com/instana/mobileeum/DemoApp.kt.

Build types

The app module currently has 2 build types:

  • debug: debuggable, allows the use of user certificates installed in your device to proxy all request/responses (both encrypted and unencrypted)
  • release: obfuscated and shrunk using R8

Compile

Just assemble and install your preferred variant using Android Studio 3+ or the command line