Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/sentry-react-native
/ mockDroppedEvent
Function
mockDroppedEvent
packages/core/test/client.test.ts:641–643 ·
view source on GitHub ↗
(client: ReactNativeClient)
Source
from the content-addressed store, hash-verified
639
}
640
641
function
mockDroppedEvent(client: ReactNativeClient) {
642
client.recordDroppedEvent(
'before_send'
,
'error'
);
643
}
644
});
645
646
describe(
'ipAddress'
, () => {
Callers
1
client.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected