Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-react-native
/ init
Method
init
packages/core/src/js/client.ts:200–203 ·
view source on GitHub ↗
* @inheritDoc
()
Source
from the content-addressed store, hash-verified
198
* @inheritDoc
199
*/
200
public init(): void {
201
super.init();
202
this._initNativeSdk();
203
}
204
205
/**
206
* Register a hook on this client.
Callers
15
clientAfterInit.test.ts
File · 0.45
strictTraceContinuation.test.ts
File · 0.45
sdk.withclient.test.ts
File · 0.45
wrap.test.tsx
File · 0.45
feedback.test.ts
File · 0.45
metrics.test.ts
File · 0.45
trace.test.ts
File · 0.45
touchevents.test.tsx
File · 0.45
client.test.ts
File · 0.45
setupTestClient
Function · 0.45
FeedbackForm.test.tsx
File · 0.45
FeedbackFormManager.test.tsx
File · 0.45
Calls
1
_initNativeSdk
Method · 0.95
Tested by
5
initTestClient
Function · 0.36
initSentry
Function · 0.36
setupTestClient
Function · 0.36
setupWithOverride
Function · 0.36
setupTestClient
Function · 0.36