Use Sentry only for errors (#1776)

* Use Sentry only for errors

* Fix merge
This commit is contained in:
dan 2023-11-07 04:30:00 +00:00 committed by GitHub
parent 7ffbee18b5
commit fa821943da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 62 deletions

View file

@ -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(),
},
}))