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
Waiting for some answers in discord, but not sure if there's a way to detect the version of nestjs programmatically right now as I could not find any exported info from the packages
The routes syntax for nestjs 11 has changed due to express 5 due to path-to-regexp 8.
nestjs-otel/src/opentelemetry-core.module.ts
Line 81 in 5a46dfc
this should be now
*path
but this will only work if the adapter is express.See pillarjs/path-to-regexp#344 (reply in thread)
The text was updated successfully, but these errors were encountered: