()
| 65 | it('does not throw on unexpected errors', () => { |
| 66 | Object.defineProperty(mockCarrier, '__SENTRY__', { |
| 67 | get() { |
| 68 | throw new Error('test error'); |
| 69 | }, |
| 70 | configurable: true, |
| 71 | }); |
| 72 |
nothing calls this directly
no outgoing calls
no test coverage detected