We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3cc4e0 commit c1b2ae0Copy full SHA for c1b2ae0
flutter/android/proguard-rules.pro
@@ -1,4 +1,12 @@
1
-keep class io.sentry.flutter.** { *; }
2
+-keepclassmembers class io.sentry.flutter.** { *; }
3
+
4
+# Keep replay integration classes used by JNI
5
+-keep class io.sentry.android.replay.** { *; }
6
7
+# Keep bitmap classes used by JNI
8
+-keep class android.graphics.Bitmap { *; }
9
+-keep class android.graphics.Bitmap$Config { *; }
10
11
# To ensure that stack traces is unambiguous
12
# https://developer.android.com/studio/build/shrink-code#decode-stack-trace
0 commit comments