MCPcopy 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

wrap.test.tsxFile · 0.45
feedback.test.tsFile · 0.45
metrics.test.tsFile · 0.45
trace.test.tsFile · 0.45
client.test.tsFile · 0.45
setupTestClientFunction · 0.45

Calls 1

_initNativeSdkMethod · 0.95

Tested by 5

initTestClientFunction · 0.36
initSentryFunction · 0.36
setupTestClientFunction · 0.36
setupWithOverrideFunction · 0.36
setupTestClientFunction · 0.36