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

Method initNativeSdk

packages/core/src/js/NativeRNSentry.ts:33–33  ·  view source on GitHub ↗
(options: UnsafeObject)

Source from the content-addressed store, hash-verified

31 fetchNativeFrames(): Promise<NativeFramesResponse | null>;
32 fetchNativeFramesDelay(startTimestampSeconds: number, endTimestampSeconds: number): Promise<number | null>;
33 initNativeSdk(options: UnsafeObject): Promise<boolean>;
34 setUser(defaultUserKeys: UnsafeObject | null, otherUserKeys: UnsafeObject | null): void;
35 setContext(key: string, value: UnsafeObject | null): void;
36 setExtra(key: string, value: string): void;

Callers 5

initNativeSdkMethod · 0.65
initNativeSdkMethod · 0.65
wrapper.test.tsFile · 0.65
profiling.test.tsFile · 0.65
_initNativeSdkMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected