-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Describe the bug
A clear and concise description of what the bug is.
Steps to reproduce
- Clone this repo: https://github.com/kiet-ap/BugsnagNavigationBug
- Add your api key to index.js, android/app/src/main/AndroidManifest.xml, ios/BugsnagNavigationBug/Info.plist
- Run app with: npm run start, npm run android
- See error
Environment
- BugSnag Performance library version: "@bugsnag/react-native-performance": "^3.1.0"
- BugSnag Error Monitoring library version (if any): "@bugsnag/react-native": "^8.7.0"
- Browser framework version (if any):
- Vue:
- React:
- Angular:
- Server framework version (if any):
- Koa:
- Express:
- Restify:
- Browser version (e.g. chrome, safari):
- Device (e.g. iphonex): Android 15, Pixel 7a
Example Repo
- Create a minimal repository that can reproduce the issue
- Link to it here: https://github.com/kiet-ap/BugsnagNavigationBug
I can’t integrate both BugsnagPluginReactNavigationNativePerformance and BugsnagPluginReactNavigation at the same time, but each one works fine individually.
• Using only BugsnagPluginReactNavigationNativePerformance works. ✅
• Using only BugsnagPluginReactNavigation works. ✅
• However, integrating both as described in the documentation causes an error. ❌
Please let me know if you need any additional information.