public RNSentryModule(ReactApplicationContext reactContext, ReactApplication reactApplication) {
super(reactContext);
this.reactContext = reactContext;
this.reactApplication = reactApplication;
RNSentryModule.extra = new WritableNativeMap();
RNSentryModule.packageInfo = getPackageInfo(reactContext);
}
RNSentryModule.java 文件源码
java
阅读 22
收藏 0
点赞 0
评论 0
项目:react-native-sentry
作者:
评论列表
文章目录