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

Method methodThree

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

Source from the content-addressed store, hash-verified

280 return 'two';
281 }
282 methodThree() {
283 return 'three';
284 }
285 };
286 const instrumented = instrumentDurableObjectWithSentry(
287 vi.fn().mockReturnValue({ instrumentPrototypeMethods: ['methodOne', 'methodThree'] }),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected