Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/sentry-react-native
/ integration.test.ts
File
integration.test.ts
packages/core/test/profiling/integration.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
* as mockWrapper from
'../mockWrapper'
;
2
3
jest.mock(
'../../src/js/wrapper'
, () => mockWrapper);
4
jest.mock(
'../../src/js/utils/environment'
);
Callers
nothing calls this directly
Calls
13
createMockMinimalValidHermesProfile
Function · 0.90
hermesProfilingIntegration
Function · 0.90
createMockMinimalValidAppleProfileWithoutDebugMeta
Function · 0.90
createMockMinimalValidAppleProfile
Function · 0.90
createMockMinimalValidAndroidProfile
Function · 0.90
initTestClient
Function · 0.85
addIntegrationAndForceSetupOnce
Function · 0.85
expectEnvelopeToContainProfile
Function · 0.85
expectTransactionWithEnvironment
Function · 0.85
expectProfileWithEnvironment
Function · 0.85
getProfileFromEnvelope
Function · 0.85
expectEnvelopeToContainAndroidProfile
Function · 0.85
Tested by
no test coverage detected