does anyone have any example, package or recipe to...
# orm-help
t
does anyone have any example, package or recipe to add New Relic APM logging to Prisma in some way. I know Prisma has it's shortcomings on observability, but I'd like to at least get some data into an APM. afaik the only thing to do is to add a $on('query', ... ) event listener and do the logging in there. but I can't figure out how to get that data to be a database transaction in New Relic