()
| 11 | vi.mock('@sentry/core/browser', async requireActual => ({ |
| 12 | ...(await requireActual()), |
| 13 | getCurrentScope() { |
| 14 | return { |
| 15 | setContext: mockSetContext, |
| 16 | }; |
| 17 | }, |
| 18 | getGlobalScope() { |
| 19 | return { |
| 20 | addEventProcessor: mockGlobalScopeAddEventProcessor, |
no outgoing calls
no test coverage detected