Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
  • Loading branch information
onurtemizkan and imatwawana authored Apr 21, 2022
1 parent 38c1570 commit a7e0c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/platforms/node/common/performance/database/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Database integrations
title: Database Integrations
---

Node.js integrations support tracking database queries as spans.

## Supported platforms
## Supported Patforms

Auto-instrumented:

Expand Down
2 changes: 1 addition & 1 deletion src/platforms/node/common/performance/database/opt-in.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Opt-in

## Prisma ORM Integration _(Available from `7.0.0`)_

Sentry supports tracing [Prisma ORM](https://www.prisma.io/) fetchers with Prisma Integration. This integration is an opt-in feature and requires a `PrismaClient` instance provided.
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.

For example:

Expand Down

0 comments on commit a7e0c4c

Please sign in to comment.