Hello! Is there any update on this issue? Would be super useful to be able to add route of the original query that can be inspected in eg. GCP Query Insights (: https://github.com/prisma/prisma/issues/10746
Problem I need a way to trace queries to the request that spawned them, but unfortunately Prisma doesn't offer any lifecycle hooks that I can use. After looking for some workarounds, I came acr...