Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Ogorodnikov <[email protected]>
  • Loading branch information
fuzzybinary and 0xnm authored Jul 5, 2024
1 parent f3fdab1 commit e3e6dbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit e3e6dbf

Please sign in to comment.