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

Method rpcMethodTwo

packages/cloudflare/test/durableobject.test.ts:255–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

253 return 'one';
254 }
255 rpcMethodTwo() {
256 return 'two';
257 }
258 };
259 const instrumented = instrumentDurableObjectWithSentry(
260 vi.fn().mockReturnValue({ instrumentPrototypeMethods: true }),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected