mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
1diff --git a/node_modules/@sentry/react-native/dist/js/utils/ignorerequirecyclelogs.js b/node_modules/@sentry/react-native/dist/js/utils/ignorerequirecyclelogs.js
2index 7e0b4cd..177454c 100644
3--- a/node_modules/@sentry/react-native/dist/js/utils/ignorerequirecyclelogs.js
4+++ b/node_modules/@sentry/react-native/dist/js/utils/ignorerequirecyclelogs.js
5@@ -3,6 +3,8 @@ import { LogBox } from 'react-native';
6 * This is a workaround for using fetch on RN, this is a known issue in react-native and only generates a warning.
7 */
8 export function ignoreRequireCycleLogs() {
9- LogBox.ignoreLogs(['Require cycle:']);
10+ try {
11+ LogBox.ignoreLogs(['Require cycle:']);
12+ } catch (e) {}
13 }
14 //# sourceMappingURL=ignorerequirecyclelogs.js.map
15\ No newline at end of file