From fa821943da1789ae53d17ff1739a2073ca6c8abb Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 7 Nov 2023 04:30:00 +0000 Subject: Use Sentry only for errors (#1776) * Use Sentry only for errors * Fix merge --- __mocks__/sentry-expo.js | 7 ------- 1 file changed, 7 deletions(-) (limited to '__mocks__/sentry-expo.js') diff --git a/__mocks__/sentry-expo.js b/__mocks__/sentry-expo.js index e735c48c5..5a0e644e8 100644 --- a/__mocks__/sentry-expo.js +++ b/__mocks__/sentry-expo.js @@ -1,10 +1,3 @@ jest.mock('sentry-expo', () => ({ init: () => jest.fn(), - Native: { - ReactNativeTracing: jest.fn().mockImplementation(() => ({ - start: jest.fn(), - stop: jest.fn(), - })), - ReactNavigationInstrumentation: jest.fn(), - }, })) -- cgit 1.4.1