MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / init

Function init

packages/replay-internal/test/utils/TestClient.ts:35–37  ·  view source on GitHub ↗
(options: TestClientOptions)

Source from the content-addressed store, hash-verified

33}
34
35export function init(options: TestClientOptions): Client {
36 return initAndBind(TestClient, options);
37}
38
39export function getDefaultClientOptions(options: Partial<TestClientOptions> = {}): ClientOptions {
40 return {

Callers 2

mockSdkFunction · 0.90
getReplay.test.tsFile · 0.90

Calls 1

initAndBindFunction · 0.90

Tested by

no test coverage detected