Any advice for using the https://github.com/evanderkoogh/otel-cf-workers with Durable Objects? The e

Any advice for using the https://github.com/evanderkoogh/otel-cf-workers with Durable Objects? The examples given don't seem to work with the current SDK, because they don't extend DurableObject but rather implement it as an interface. Trying to run that yields a runtime error
The receiving Durable Object does not support RPC, because its class was not declared with `extends DurableObject`


Calling instrumentDO() on a class that extends DurableObject<Env> results in a different error:
Failed to construct 'DurableObjectBase': constructor parameter 1 is not of type 'DurableObjectState'
Was this page helpful?