MCPcopy Create free account
hub / github.com/getsentry/sentry-react-native / getMessageEventFrom

Function getMessageEventFrom

packages/core/test/client.test.ts:353–354  ·  view source on GitHub ↗
(func: jest.Mock)

Source from the content-addressed store, hash-verified

351 });
352
353 const getMessageEventFrom = (func: jest.Mock) =>
354 func.mock.calls[0][firstArg][envelopeItems][0][envelopeItemPayload];
355
356 test('captureMessage contains stack trace in exception', async () => {
357 client = new ReactNativeClient({

Callers 1

client.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected