mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:41:09 +02:00
feat(error-tracking): complete GlitchTip integration for all backends
- Add import './instrument' to 15 remaining backend main.ts files - Add GLITCHTIP_DSN to 10 additional backends in docker-compose.macmini.yml - Total: 13/13 deployed backends have DSNs configured - Total: 18/18 backends have instrument.ts + import Backends with live error tracking after next rebuild: chat, todo, calendar, clock, contacts, storage, presi, nutriphi, skilltree, photos, zitare, mukke, planta Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
77995f2cd3
commit
2d22d14c58
16 changed files with 26 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import './instrument';
|
||||
import { NestFactory } from '@nestjs/core';
|
||||
import { ValidationPipe, Logger } from '@nestjs/common';
|
||||
import { AppModule } from './app.module';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue