Use Sentry only for errors (#1776)
* Use Sentry only for errors * Fix merge
This commit is contained in:
parent
7ffbee18b5
commit
fa821943da
4 changed files with 3 additions and 62 deletions
|
@ -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(),
|
||||
},
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue