Skip to content

Commit

Permalink
Merge pull request #1962 from bugsnag/react-native-proguard-rules-agp-8
Browse files Browse the repository at this point in the history
Update proguard rules for React Native plugin
  • Loading branch information
yousif-bugsnag authored Jan 16, 2024
2 parents dc04949 + 26fcfbc commit baf6804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugsnag-plugin-react-native/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-keepattributes LineNumberTable,SourceFile
-keepnames class com.facebook.react.common.JavascriptException { *; }
-keepnames class com.bugsnag.android.BugsnagReactNativePlugin { *; }
-keep class com.bugsnag.android.BugsnagReactNativePlugin { *; }

0 comments on commit baf6804

Please sign in to comment.