getappmap / appmap-agent-js

This project is deprecated. Please use https://github.com/getappmap/appmap-node/ to record Node.js applications.
Other
27 stars 8 forks source link

APPMAP_HOOK_APPLY is not defined #241

Open hardik-qasolve opened 1 year ago

hardik-qasolve commented 1 year ago

I am getting error after 1 request got completed.


            triggerUncaughtException(err, true /* fromPromise */);
            ^

Error: Evaluation failed: ReferenceError: APPMAP_HOOK_APPLY is not defined
    at pptr://__puppeteer_evaluation_script__:2:44
    at ExecutionContext._ExecutionContext_evaluate (C:\Users\Dell\Documents\GitHub\demo\node_modules\puppeteer-core\lib\cjs\puppeteer\common\ExecutionContext.js:252:15)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async ExecutionContext.evaluate (C:\Users\Dell\Documents\GitHub\demo\node_modules\puppeteer-core\lib\cjs\puppeteer\common\ExecutionContext.js:140:16)
    at async domSelector (C:\Users\Dell\Documents\GitHub\demo\src\modules\dom-selectors.js:679:271)```

Tried to google, but could not find any solution.

Do I missing something to define?