Skip to content

Commit 93b7728

Browse files
authored
Update proguard rules to keep io.sentry.** (#3039)
* Update proguard rules * Update CHANGELOG * Update proguard-rules.pro
1 parent 2d34233 commit 93b7728

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Fixes
66

7-
- Replay JNI usage with `SentryFlutterPlugin` ([#3036](https://github.com/getsentry/sentry-dart/pull/3036))
7+
- Replay JNI usage with `SentryFlutterPlugin` ([#3036](https://github.com/getsentry/sentry-dart/pull/3036), [#3039](https://github.com/getsentry/sentry-dart/pull/3039))
88

99
## 9.3.0
1010

flutter/android/proguard-rules.pro

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
-keep class io.sentry.flutter.** { *; }
2-
3-
# Keep replay integration classes used by JNI
4-
-keep class io.sentry.android.replay.** { *; }
1+
-keep class io.sentry.** { *; }
52

63
# Keep bitmap classes used by JNI
74
-keep class android.graphics.Bitmap { *; }

0 commit comments

Comments
 (0)