Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ios/NewExpensify.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,6 @@
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/React-Core_privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact/React-cxxreact_privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/Sentry/Sentry.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/boost/boost_privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/glog/glog_privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb_Privacy.bundle",
Expand Down Expand Up @@ -755,7 +754,6 @@
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-Core_privacy.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-cxxreact_privacy.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SDWebImage.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Sentry.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/boost_privacy.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/glog_privacy.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/nanopb_Privacy.bundle",
Expand Down
32 changes: 0 additions & 32 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3157,31 +3157,6 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNSentry (7.4.0):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2024.11.18.00)
- RCTRequired
- RCTTypeSafety
- React-Core
- React-debug
- React-Fabric
- React-featureflags
- React-graphics
- React-hermes
- React-ImageManager
- React-jsi
- React-NativeModulesApple
- React-RCTFabric
- React-renderercss
- React-rendererdebug
- React-utils
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Sentry/HybridSDK (= 8.57.0)
- Yoga
- RNShare (11.0.2):
- DoubleConversion
- glog
Expand Down Expand Up @@ -3271,7 +3246,6 @@ PODS:
- SDWebImageWebPCoder (0.14.6):
- libwebp (~> 1.0)
- SDWebImage/Core (~> 5.17)
- Sentry/HybridSDK (8.57.0)
- SocketRocket (0.7.1)
- Turf (2.8.0)
- TweetNacl (1.0.2)
Expand Down Expand Up @@ -3420,7 +3394,6 @@ DEPENDENCIES:
- RNReactNativeHapticFeedback (from `../node_modules/react-native-haptic-feedback`)
- RNReanimated (from `../node_modules/react-native-reanimated`)
- RNScreens (from `../node_modules/react-native-screens`)
- "RNSentry (from `../node_modules/@sentry/react-native`)"
- RNShare (from `../node_modules/react-native-share`)
- RNSound (from `../node_modules/react-native-sound`)
- RNSVG (from `../node_modules/react-native-svg`)
Expand Down Expand Up @@ -3474,7 +3447,6 @@ SPEC REPOS:
- SDWebImageAVIFCoder
- SDWebImageSVGCoder
- SDWebImageWebPCoder
- Sentry
- SocketRocket
- Turf
- TweetNacl
Expand Down Expand Up @@ -3745,8 +3717,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-reanimated"
RNScreens:
:path: "../node_modules/react-native-screens"
RNSentry:
:path: "../node_modules/@sentry/react-native"
RNShare:
:path: "../node_modules/react-native-share"
RNSound:
Expand Down Expand Up @@ -3936,15 +3906,13 @@ SPEC CHECKSUMS:
RNReactNativeHapticFeedback: 85c0a6ff490d52f5e8073040296fefe5945ebbfa
RNReanimated: 0692f0b36f15b83a7936c3611cab923e1396eeb9
RNScreens: 0dcbe4c37daf0ec9b98bc5a655b1303e58e676ff
RNSentry: ad7065ec925f1d28fe515a28b9b5a9355362a164
RNShare: 1e3e15a3d2608acde2808bc35448e2344e38e15b
RNSound: 6c156f925295bdc83e8e422e7d8b38d33bc71852
RNSVG: 9346c68a0d5c5e4e74d82d664b745f28e6cfc1cb
SDWebImage: 9f177d83116802728e122410fb25ad88f5c7608a
SDWebImageAVIFCoder: afe194a084e851f70228e4be35ef651df0fc5c57
SDWebImageSVGCoder: 15a300a97ec1c8ac958f009c02220ac0402e936c
SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380
Sentry: e1b49e5f49367ff211b25c431a60e2bd83b792aa
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Turf: aa2ede4298009639d10db36aba1a7ebaad072a5e
TweetNacl: 3abf4d1d2082b0114e7a67410e300892448951e6
Expand Down
9 changes: 0 additions & 9 deletions jest/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,6 @@ jest.mock('@src/libs/actions/Timing', () => ({
clearData: jest.fn(),
}));

jest.mock('@src/setup/telemetry', () => ({
// eslint-disable-next-line @typescript-eslint/naming-convention
__esModule: true,
default: jest.fn(),
navigationIntegration: {
registerNavigationContainer: jest.fn(),
},
}));

jest.mock('../modules/background-task/src/NativeReactNativeBackgroundTask', () => ({
defineTask: jest.fn(),
onBackgroundTaskExecution: jest.fn(),
Expand Down
7 changes: 1 addition & 6 deletions metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ const {mergeConfig} = require('@react-native/metro-config');
const defaultAssetExts = require('metro-config/src/defaults/defaults').assetExts;
const {sourceExts: defaultSourceExts, additionalExts} = require('metro-config/src/defaults/defaults');
const {wrapWithReanimatedMetroConfig} = require('react-native-reanimated/metro-config');
const {withSentryConfig} = require('@sentry/react-native/metro');
const {createSentryMetroSerializer} = require('@sentry/react-native/dist/js/tools/sentryMetroSerializer');
require('dotenv').config();

const defaultConfig = getReactNativeDefaultConfig(__dirname);
Expand Down Expand Up @@ -36,9 +34,6 @@ const config = {
},
}),
},
serializer: {
customSerializer: createSentryMetroSerializer(),
},
};

module.exports = withSentryConfig(wrapWithReanimatedMetroConfig(mergeConfig(defaultConfig, expoConfig, config)));
module.exports = wrapWithReanimatedMetroConfig(mergeConfig(defaultConfig, expoConfig, config));
Loading
Loading