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
The route configuration for the Observability app is stored in x-pack/plugins/observability/public/routes/index.tsx. In x-pack/plugins/observability/public/config/paths.ts there are also paths configured separately which are used throughout the app.
Lets bring them closer together so it's not possible to accidentally change one without changing the other.
In addition, lets use the same route path constants everywhere in the app.
✅ Acceptance criteria
Route config should be stored in one place
Constants for routes should be reused everywhere in the app
The text was updated successfully, but these errors were encountered:
Part of #152783
📝 Summary
The route configuration for the Observability app is stored in
x-pack/plugins/observability/public/routes/index.tsx
. Inx-pack/plugins/observability/public/config/paths.ts
there are also paths configured separately which are used throughout the app.Lets bring them closer together so it's not possible to accidentally change one without changing the other.
In addition, lets use the same route path constants everywhere in the app.
✅ Acceptance criteria
The text was updated successfully, but these errors were encountered: