> Thanks, good work! Does cal.com now map correctly?
There are at least two more problems.
global.AppMapmapRecordHook is undefined in some parts of the code. I guess it's the next middleware. I excluded the function called csp in appmap.yml to bypass it and see other problems. Middleware/edge runtimes may not use node runtime at all.
We have this error: @calcom/web:dev: ⨯ Error: Tried to access "$types.constructor" which is not available at runtime.tRPC proxies Object.get and throws this error when we do value.constructor.name inside parameters.ts::getClass.
There are at least two more problems.
global.AppMapmapRecordHook
is undefined in some parts of the code. I guess it's thenext
middleware. I excluded the function calledcsp
inappmap.yml
to bypass it and see other problems. Middleware/edge runtimes may not use node runtime at all.tRPC
proxiesObject.get
and throws this error when we dovalue.constructor.name
insideparameters.ts::getClass
.An example appmap produced during log in.
Originally posted by @zermelo-wisen in https://github.com/getappmap/appmap-node/issues/101#issuecomment-1910260845