Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
*/
44
export
function
init(options: TestClientOptions): void {
45
initAndBind(TestClient, options);
46
}
47
48
/**
49
*
Callers
1
mockSdk
Function · 0.90
Calls
1
initAndBind
Function · 0.90
Tested by
no test coverage detected