Skip to content

Commit

Permalink
Added missing proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
priettt committed Jun 27, 2024
1 parent 97c08ce commit f5abb37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion embrace-android-sdk/embrace-proguard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@
## OpenTelemetry Java SDK
-keep class io.opentelemetry.api.trace.StatusCode { *; }
-dontwarn com.google.auto.value.AutoValue$CopyAnnotations
-dontwarn com.google.auto.value.extension.memoized.Memoized
-dontwarn com.google.auto.value.extension.memoized.Memoized
-dontwarn com.google.auto.value.AutoValue
-dontwarn com.google.errorprone.annotations.MustBeClosed

0 comments on commit f5abb37

Please sign in to comment.