我正在将 Bugsnag 集成到一个 React Native 项目中。我想确保任何堆栈跟踪正确引用代码的正确区域,因为由于需要使用发布应用程序来获取堆栈跟踪,源映射被缩小,因此方法名称和行号将与我的代码库不匹配。我一直在关注此页面进行设置,但是在按照添加行的步骤操作时:作为与 Android Studio 同步时出现以下错误apply plugin: 'com.bugsnag.android.gradle'
的最后一行:app\android\build.gradle
Error: Could not find method getPackageApplication() for arguments [] on object of type com.android.build.gradle.internal.api.ApplicationVariantImpl.
在那之前,我能够成功地将 Bugsnag 集成到我的 React Native 项目中,并将其链接到我的 Bugsnag 帐户,以便在我的应用程序崩溃时查看堆栈跟踪。