Open vernak2539 opened 2 months ago
Hey everyone,
Are there any updates or plans to include this in the roadmap? Our security audit requires us to move from express@5-beta to the stable express@5 release, but we’re currently facing compatibility issues with dd-trace.
Any guidance or updates would be greatly appreciated!
We are running into the same issue, any updates? Express 5.0.1..
Hello there! Express v5 was just released. It'd be great if we could get support for this as we're encountering errors when running with dd-trace instrumented.
I've tried to put a bunch of information below, but let me know if more is needed.
I saw this old issue from a while ago, but felt it would be better to submit a new one as v5 is now out!
Extra Information
express
: v5.0.0dd-trace
: v5.22.0 (tried also with 5.12.0 prior to upgrading)We run our app using this command:
./.env/development.cjs
- usesdotenv-extended
to load environment variables./src/node-instrumentation.mjs
- imports our datadog tracing, more below.
runs the main file in thepackage.json
The
./src/node-instrumentation.mjs
looks something like this:This is the error we get when running the application.