* applied eslint * add locales and lint the project * removed error boundary * updated locales * fix min files * fix locales
9 lines
292 B
TypeScript
9 lines
292 B
TypeScript
export const categoryKeyNames = {
|
|
backendServices: 'Backend Services',
|
|
databases: 'Databases',
|
|
ingestionPipeline: 'Ingestion Pipeline',
|
|
ssl: 'SSL',
|
|
} as const;
|
|
|
|
export const lastAskedKey = '__openreplay_health_status';
|
|
export const healthResponseKey = '__openreplay_health_response';
|