diff --git a/docs/android/features/build-options.md b/docs/android/features/build-options.md deleted file mode 100644 index a01e9e49..00000000 --- a/docs/android/features/build-options.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Build Options -description: Build Options for the Embrace Android Gradle Plugin -sidebar_position: 12 ---- - -# Build Options - -The Embrace SDK injects code into your APK using a process we call “swazzling” to automatically capture activity transitions, taps, and network requests in your application. - -## Disabling Swazzling for a Build Type - -:::warning Important -Disabling swazzling means we won't capture network calls, activity transitions, and taps. For this reason, avoid disabling swazzling for release builds. -::: - -The swazzling operation adds to the build time, and you may want to disable it for debug builds. Use the -`variantFilter` option to turn off swazzling for a given variant. The example below illustrates how to -disable it for the `debug` build type in your `app/build.gradle` or `app/build.gradle.kts` file. - -``` -swazzler { - variantFilter { - if(it.name.toLowerCase().contains("debug")) { - it.setSwazzlingEnabled(false) - } - } -} -``` \ No newline at end of file diff --git a/docs/android/features/index.md b/docs/android/features/index.md index a3d8c545..30fe96c8 100644 --- a/docs/android/features/index.md +++ b/docs/android/features/index.md @@ -18,7 +18,6 @@ how your application is performing in production. * [**Current Session ID API.**](/android/features/current-session-id-api.md) This API lets you know what the current Session Id is in case you need to track it separately. * [**Last Run End State.**](/android/features/last-run-end-state.md) Understand if your last app instance ended in a crash. * [**Configuration File.**](/android/features/configuration-file.md) The SDK has many configuration options available. -* [**Build Options.**](/android/features/build-options.md) The Embrace Gradle plugin has options that can modify the build process. * [**Jetpack Compose.**](/android/features/jetpack-compose.md) Enable Jetpack Compose (beta) to track taps on composables. * [**Network Body Capture.**](/android/features/network-body-capture.md) Embrace can upload bodies from your network requests to help you troubleshoot. Learn how to enable this feature securely. * [**Moments.**](/android/features/moments.md) In this section you will learn how you can use Embrace to go beyond logging and crashes and start to examine critical user flows within your application. Measure performance, completion and abandonment easily and consistently. diff --git a/docs/android/integration/next-steps.md b/docs/android/integration/next-steps.md index e06144ec..3e635c8b 100644 --- a/docs/android/integration/next-steps.md +++ b/docs/android/integration/next-steps.md @@ -29,11 +29,10 @@ and Java apps in the