Skip to content

Commit fb11472

Browse files
authored
Add additional dontwarn rules related to OTel (#2029)
## Goal These came up when I built the test suite app. Not sure if it's because of 1.48, or something inherent in how the code is used.
1 parent e1aac92 commit fb11472

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

embrace-android-sdk/embrace-proguard.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
-dontwarn io.opentelemetry.api.incubator.logs.ExtendedLogger
3333
-dontwarn io.opentelemetry.api.incubator.trace.ExtendedSpanBuilder
3434
-dontwarn io.opentelemetry.api.incubator.trace.ExtendedTracer
35+
-dontwarn io.opentelemetry.api.incubator.metrics.ExtendedDoubleHistogram
36+
-dontwarn io.opentelemetry.api.incubator.metrics.ExtendedLongHistogram
3537

3638
## Keep OkHttp class so we can fetch the version correctly via reflection.
3739
-keep class okhttp3.OkHttp { *; }

0 commit comments

Comments
 (0)