From e3e6dbf58badec4a0ad966b53032372bfffe0ab0 Mon Sep 17 00:00:00 2001 From: Jeff Ward Date: Fri, 5 Jul 2024 11:16:34 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Nikita Ogorodnikov <4046447+0xnm@users.noreply.github.com> --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f78102..a067902 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > This plugin is used to upload your Proguard/Dexguard/R8 mapping files and NDK symbol files to Datadog to get a complete RUM Error Tracking experience. -Once your mapping file are uploaded, any error/crash reported through RUM will have a deobfuscated and symbolicated stacktrace, enabling an easy diagnosis of the root cause of the error. +Once your mapping file are uploaded, any error/crash reported through RUM will have a deobfuscated/symbolicated stacktrace, enabling an easy diagnosis of the root cause of the error. ## Getting Started @@ -18,13 +18,13 @@ plugins { ### Uploading -To upload your mapping files to Datadog, run the `uploadMapping[Variant]` task in your Android project as part of your build or after your build, for example: +To upload your mapping files to Datadog, run the `uploadMapping[Variant]` task in your Android application project as part of your build or after your build, for example: ```bash -./gradlew uploadMappingRelease +./gradlew uploadMappingRelease ``` -Similarly, to upload NDK symbols, run the `uploadNdkSymbolFiles[Variant]` task in your Android project. For example: +Similarly, to upload NDK symbols, run the `uploadNdkSymbolFiles[Variant]` task in your Android application project. For example: ```bash ./gradlew uploadNdkSymbolFilesRelease