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

Function init

packages/browser-utils/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): void {
36 initAndBind(TestClient, options);
37}
38
39export function getDefaultClientOptions(options: Partial<ClientOptions> = {}): ClientOptions {
40 return {

Callers

nothing calls this directly

Calls 1

initAndBindFunction · 0.90

Tested by

no test coverage detected