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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added routePattern property to context. This allows middleware and tools like OTel to produce low-cardinality identifiers using the matched route pattern (e.g., /users/:id) instead of raw URLs.
Extended registerHTMLRoute() with controllerName and controllerBasePath parameters. Adapters can now properly log and track FrontendController routes.
Added controllerBasePath to PreparedHTMLRoute interface.
Switched PrepareScheduleService import to barrel export.