Skip to main content

Interface: InstrumentDOProjectConfig

Defined in: testing/src/instrument-do-project.ts:18

Configuration for instrumenting a DO project

Properties

doClassNames?

optional doClassNames: string[]

Defined in: testing/src/instrument-do-project.ts:29

Names of DO classes to instrument (must match exports from sourceModule) Optional - if not provided, will auto-detect using prototype chain walking

Example

['MyDO', 'AnotherDO']

prefix?

optional prefix: string

Defined in: testing/src/instrument-do-project.ts:35

RPC prefix for routing

Default

'__rpc'

sourceModule

sourceModule: any

Defined in: testing/src/instrument-do-project.ts:22

The module imported from '../src' containing the DO classes and default worker export