Title: [Middleware] Integrate Sentry error tracking
Tags: backend, feature
Description:
Capture and report unhandled exceptions and slow transactions to Sentry for production incident response.
Acceptance Criteria:
Files: src/middleware/sentry.middleware.ts, src/index.ts
Title:
[Middleware] Integrate Sentry error trackingTags:
backend,featureDescription:
Capture and report unhandled exceptions and slow transactions to Sentry for production incident response.
Acceptance Criteria:
@sentry/nodeinitialised insrc/index.tswith DSN from env.sentry.middleware.ts— Sentry request handler and error handler wrapping the Express app.beforeSend.SENTRY_DSNadded to.env.example.Files:
src/middleware/sentry.middleware.ts,src/index.ts