From 90a04919240b4d5e212d7ac5aea50e9cb4ff37a9 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 10 Apr 2026 10:31:21 +0100 Subject: [PATCH] Update architecture docs with QueryReporter --- docs/architecture.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/architecture.md b/docs/architecture.md index 30448a0f..181cac52 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -137,6 +137,7 @@ Last.fm schemas (separate, not Ecto-persisted to main DB): | `MusicLibraryWeb.RecordsOnThisDayEmail` | Builds and sends daily "records on this day" email with cover images, anniversary styling | | `MusicLibrary.Mailer` | Swoosh mailer (Mailgun in prod, local adapter in dev) | | `FormatNumber` | Number formatting utility | +| `QueryReporter` | Dev-only Ecto telemetry reporter: captures executed SQL to a log file with interpolated params, source locations, and timing. Activated at runtime via `start/1` / `stop/0` | ---