getappmap / appmap-node

AppMap client agent for Node.js
Other
10 stars 4 forks source link

fix: Prisma recordings on extended Prisma clients #140

Closed zermelo-wisen closed 7 months ago

zermelo-wisen commented 7 months ago

Fixes #127

We do two types of Prisma recordings:

  1. SQL queries sent to the db as appmap sql query events.
  2. Prisma Client Queries (create, findUnique, findMany, ...) as appmap funcion call events.

This fixes two problems reported in #127, that seem to occur with extended Prisma clients.

  1. SQLs not recorded.
  2. Repeated Prisma Client Queries.
appland-release commented 7 months ago

:tada: This PR is included in version 2.21.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: