You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that 5.29.0 is the same version that released support for express v5, but I would assume that express v4 is still supported based on the README (as it's based on node version).
// ./src/server/index.mjsimportexpressfrom'express';constapp=express()constport=3000app.get('/',(req,res)=>{res.send('Hello World!')})app.listen(port,()=>{console.log(`Example app listening on port ${port}`)})
Also seeing this with [email protected]. express 4.X is listed as fully compatible on the Datadog website docs, while 5.X isn't mentioned, so this warning is surprising.
~I'm unsure if the problems I layout below are related to this same issue, but since they've occurred with v5.29.0 and higher, I'll tag on here. If you'd like me to move to a separate issue, please let me know. ~
Update: Created #5111 for the issue formerly detailed in this comment.
Tracer Version(s)
5.29.0
Node.js Version(s)
22.11.0
Bug Report
When upgrading our dd-trace module, when we update to v5.29.0 or higher, we get the following output when debug mode is enabled.
I know that 5.29.0 is the same version that released support for express v5, but I would assume that express v4 is still supported based on the README (as it's based on node version).
Reproduction Code
Start command
Error Logs
N/A
Tracer Config
Operating System
Darwin XXX 24.2.0 Darwin Kernel Version 24.2.0
Bundling
No Bundling
The text was updated successfully, but these errors were encountered: