Prisma
The AppSignal for Node.js integration for Prisma.
Prisma is an ORM (Object Relation Mapping) tool for Node.js that allows you to manage and interact with your application's database. You can learn more about Prisma on their official website.
Installation
Starting from Prisma version v6.1.0, Prisma is automatically instrumented by the AppSignal for Node.js package. No additional installation or configuration steps are required.
Features
The Prisma integration will send AppSignal a child span for each query, along with other child spans representing the connection to the database and the serialisation process.
The child span for the query represents the duration of the query and contains the sanitized SQL query. If using Mongo, it contains the model and method name that was queried.