website refactor

This commit is contained in:
2026-01-16 11:13:42 +01:00
parent d86aa4583b
commit d6b94e21df
30 changed files with 217 additions and 182 deletions

View File

@@ -29,6 +29,10 @@ export interface ErrorStats {
};
}
export function getErrorAnalyticsStats(): ErrorStats {
return ErrorAnalyticsService.getErrorAnalyticsStats();
}
export class ErrorAnalyticsService implements Service {
static getErrorAnalyticsStats(): ErrorStats {
const globalHandler = getGlobalErrorHandler();