You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/platforms/node/common/performance/database/opt-in.mdx
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,29 @@
2
2
title: Opt-in
3
3
---
4
4
5
+
## Prisma ORM Integration
6
+
7
+
_(Available from `7.0.0`)_
8
+
9
+
Sentry supports tracing [Prisma ORM](https://www.prisma.io/) fetchers with Prisma integration. This integration is an opt-in feature and requires that a `PrismaClient` instance is provided.
10
+
11
+
Prisma integration creates a `db.prisma` span for each query and reports to Sentry with relevant details inside `description` if available.
0 commit comments