Skip to content

embrace-io/embrace-android-sdk

Repository files navigation

Embrace

The Embrace Android SDK gives you performance and stability insights into the user experience of your mobile apps.

codecov android api build

Getting Started

⚠️ This is for native Android apps: Use our Unity, ReactNative and Flutter SDKs for cross-platform apps

  • Go to our dashboard to create an account and get your API key
  • Check our guide for instructions to integrate the SDK into your app

Upgrading from 5.x

Usage

  • Refer to our features page to learn about the features the Embrace Android SDK provides

Support

Development

Code Formatting and Linting

We use detekt to lint our Kotlin code. GitHub workflows will run this check automatically and flag any violations.

To run the check locally, you can run the following command in the root directory of the project:

./gradlew detekt

In many cases, running the command will fix the errors, so if you run it again, you might get fewer errors, leaving only the ones you need to fix manually.

License

See the LICENSE for details.