MCPcopy Index your code
hub / github.com/getsentry/sentry-react-native / get

Function get

packages/core/test/utils/sdkVersionCheck.test.ts:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected