The Embrace Android SDK gives you performance and stability insights into the user experience of your mobile apps.
⚠️ 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
- Follow our upgrade guide
- Refer to our features page to learn about the features the Embrace Android SDK provides
- Join our Community Slack
- Contact us [email protected]
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.
See the LICENSE for details.