From 2d936322496fafacfb35bac77f98177d0e0f826e Mon Sep 17 00:00:00 2001 From: Yousif Ahmed Date: Wed, 24 Jul 2024 12:07:19 +0200 Subject: [PATCH] Add bugsnag deps to test fixture --- features/fixtures/test-app/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/features/fixtures/test-app/package.json b/features/fixtures/test-app/package.json index c658879d..d14765a2 100644 --- a/features/fixtures/test-app/package.json +++ b/features/fixtures/test-app/package.json @@ -9,6 +9,7 @@ "web": "expo start --web" }, "dependencies": { + "@bugsnag/expo": "*", "@react-native-community/netinfo": "9.3.10", "expo": "^49.0.0", "expo-application": "~5.3.0", @@ -22,7 +23,10 @@ "react-native": "0.72.3" }, "devDependencies": { - "@babel/core": "^7.20.0" + "@babel/core": "^7.20.0", + "@bugsnag/plugin-expo-eas-sourcemaps": "*", + "@bugsnag/source-maps": "^2.3.1", + "bugsnag-expo-cli": "*" }, "private": true }