aholthagerty

Results 5 comments of aholthagerty

I ran into this, as well. (backend on same origin as frontend, but still no sentry-trace header sent). I updated `tracingOrigins` to include a regex for any relative url, and...

I couldn't find any mention of this within the migration guide, but it appears `` was renamed to `` in v6.

Well this is frustrating. I am getting this same error and have no clue what to do about it. using `npx nx g @nx/node:application --dry-run`

Was able to fix it locally for me by editing `node_modules/@nx/jest/src/plugins/plugin.js` line 12 to be: `const package_json_workspaces_1 = require("nx/plugins/package-json-workspaces");` definitely a hacky solution, though. it appears `@nx/jest` is looking in...