getappmap / appmap-node

AppMap client agent for Node.js
Other
10 stars 4 forks source link

Cal.com still doesn't work 100% #102

Closed dividedmind closed 10 months ago

dividedmind commented 10 months ago
          > Thanks, good work! Does cal.com now map correctly?

There are at least two more problems.

  1. 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.
  2. 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.

An example appmap produced during log in.

image

Originally posted by @zermelo-wisen in https://github.com/getappmap/appmap-node/issues/101#issuecomment-1910260845

appland-release commented 10 months ago

:tada: This issue has been resolved in version 2.15.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: