-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support: Express v5 #4704
Comments
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.. |
Hey everyone, I'm wondering about the status of this, I would like to update to express 5, but this issue is blocking me. |
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.
The text was updated successfully, but these errors were encountered: