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

Function init

packages/feedback/src/core/TestClient.ts:44–46  ·  view source on GitHub ↗
(options: TestClientOptions)

Source from the content-addressed store, hash-verified

42 *
43 */
44export function init(options: TestClientOptions): void {
45 initAndBind(TestClient, options);
46}
47
48/**
49 *

Callers 1

mockSdkFunction · 0.90

Calls 1

initAndBindFunction · 0.90

Tested by

no test coverage detected