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}`)})
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: