mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 17:59:01 +08:00
Error is re-name to exceptions (#1093)
* chore: error is named to expections
This commit is contained in:
parent
374a2415d9
commit
b16a793cbc
@ -12,7 +12,7 @@
|
|||||||
"routes": {
|
"routes": {
|
||||||
"general": "General",
|
"general": "General",
|
||||||
"alert_channels": "Alert Channels",
|
"alert_channels": "Alert Channels",
|
||||||
"all_errors": "All Errors"
|
"all_errors": "All Exceptions"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"total_retention_period": "Total Retention Period",
|
"total_retention_period": "Total Retention Period",
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
"routes": {
|
"routes": {
|
||||||
"general": "General",
|
"general": "General",
|
||||||
"alert_channels": "Alert Channels",
|
"alert_channels": "Alert Channels",
|
||||||
"all_errors": "All Errors"
|
"all_errors": "All Exceptions"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"total_retention_period": "Total Retention Period",
|
"total_retention_period": "Total Retention Period",
|
||||||
|
@ -87,7 +87,7 @@ export const AllAlertChannels = Loadable(
|
|||||||
);
|
);
|
||||||
|
|
||||||
export const AllErrors = Loadable(
|
export const AllErrors = Loadable(
|
||||||
/* webpackChunkName: "All Errors" */ () => import('pages/AllErrors'),
|
/* webpackChunkName: "All Exceptions" */ () => import('pages/AllErrors'),
|
||||||
);
|
);
|
||||||
|
|
||||||
export const ErrorDetails = Loadable(
|
export const ErrorDetails = Loadable(
|
||||||
|
@ -35,7 +35,7 @@ const menus: SidebarMenu[] = [
|
|||||||
{
|
{
|
||||||
Icon: BugOutlined,
|
Icon: BugOutlined,
|
||||||
to: ROUTES.ALL_ERROR,
|
to: ROUTES.ALL_ERROR,
|
||||||
name: 'Errors',
|
name: 'Exceptions',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
to: ROUTES.SERVICE_MAP,
|
to: ROUTES.SERVICE_MAP,
|
||||||
|
@ -11,7 +11,7 @@ const breadcrumbNameMap = {
|
|||||||
[ROUTES.INSTRUMENTATION]: 'Add instrumentation',
|
[ROUTES.INSTRUMENTATION]: 'Add instrumentation',
|
||||||
[ROUTES.SETTINGS]: 'Settings',
|
[ROUTES.SETTINGS]: 'Settings',
|
||||||
[ROUTES.DASHBOARD]: 'Dashboard',
|
[ROUTES.DASHBOARD]: 'Dashboard',
|
||||||
[ROUTES.ALL_ERROR]: 'Errors',
|
[ROUTES.ALL_ERROR]: 'Exceptions',
|
||||||
[ROUTES.VERSION]: 'Status',
|
[ROUTES.VERSION]: 'Status',
|
||||||
[ROUTES.ORG_SETTINGS]: 'Organization Settings',
|
[ROUTES.ORG_SETTINGS]: 'Organization Settings',
|
||||||
[ROUTES.MY_SETTINGS]: 'My Settings',
|
[ROUTES.MY_SETTINGS]: 'My Settings',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user