Skip to content

Commit 37a91d5

Browse files
committed
fix react-native fixture generation
1 parent 2789a37 commit 37a91d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/generate-react-native-fixture.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ const replacementFilesDir = resolve(ROOT_DIR, 'test/react-native/features/fixtur
4141
const INTERNAL_DEPENDENCIES = [
4242
'@bugsnag/react-native',
4343
'@bugsnag/plugin-react-navigation',
44-
'@bugsnag/plugin-react-native-navigation'
44+
'@bugsnag/plugin-react-native-navigation',
45+
'@bugsnag/request-tracker'
4546
]
4647

4748
// make sure we install a compatible versions of peer dependencies

0 commit comments

Comments
 (0)