Skip to content

Commit

Permalink
Add additional warning suppression to proguard file (#915)
Browse files Browse the repository at this point in the history
## Goal

Changes to the SDK to adopt more OTel APIs necessitated this addition to the proguard file.
  • Loading branch information
bidetofevil authored May 31, 2024
2 parents 1316add + fa0e32a commit dd3e9c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion embrace-android-sdk/embrace-proguard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@

## OpenTelemetry Java SDK
-keep class io.opentelemetry.api.trace.StatusCode { *; }
-dontwarn com.google.auto.value.AutoValue$CopyAnnotations
-dontwarn com.google.auto.value.AutoValue$CopyAnnotations
-dontwarn com.google.auto.value.extension.memoized.Memoized

0 comments on commit dd3e9c2

Please sign in to comment.