Optimize recording does not record any query
I start the recording, I interact with the app, all queries function correctly and are logged to console, but nothing shows up in the recording,
I have already tried:
- removing the settings and the $on callback
- reassigning the client with the result of $extend
prisma.ts
schema.prisma
6 Replies
I have also tried only calling $extend if the client was not in the globalStore, to prevent adding duplicate extensions.
Hello @Blank 👋
Can you please let us know if you are using NestJS?
We have had reports were this issue of queries not showing up occurs when using NestJS.
HI, I'm using Tanstack Start which uses vinxi (vite + nitro)
Thank you for getting back. Is your repository open source?
it's private, but I can share other details if needed
A minimal reproduction example would be very helpful 🙏