MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / durableobject.test.ts

File durableobject.test.ts

packages/cloudflare/test/durableobject.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { ExecutionContext } from '@cloudflare/workers-types';
2import * as SentryCore from '@sentry/core';
3import { afterEach, describe, expect, it, onTestFinished, vi } from 'vitest';
4import { instrumentDurableObjectWithSentry } from '../src';

Callers

nothing calls this directly

Calls 15

getInstrumentedFunction · 0.90
setTimeoutFunction · 0.85
callMethod · 0.80
rpcMethodOneMethod · 0.80
rpcMethodTwoMethod · 0.80
methodThreeMethod · 0.80
toStringMethod · 0.65
textMethod · 0.65
callbackFunction · 0.50
methodMethod · 0.45
asyncMethodMethod · 0.45

Tested by

no test coverage detected