Skip to content

Conversation

@JPeer264
Copy link
Member

DESCRIBE YOUR PR

Adds docs for getsentry/sentry-javascript#18908

IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs to go live.

  • Urgent deadline (GA date, etc.):
  • Other deadline:
  • None: Not urgent, can wait up to 1 week+

SLA

  • Teamwork makes the dream work, so please add a reviewer to your PRs.
  • Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it.
    Thanks in advance for your help!

PRE-MERGE CHECKLIST

Make sure you've checked the following before merging your changes:

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

LEGAL BOILERPLATE

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

EXTRA RESOURCES

@JPeer264 JPeer264 requested review from nicohrubec and s1gr1d January 23, 2026 08:41
@vercel
Copy link

vercel bot commented Jan 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
sentry-docs Ready Ready Preview, Comment Jan 23, 2026 8:52am
1 Skipped Deployment
Project Deployment Review Updated (UTC)
develop-docs Ignored Ignored Jan 23, 2026 8:52am

Request Review

The Prisma Integrations creates a spans for each query and reports to Sentry with relevant details inside the`description` if available.

This integration is enabled by default and supports Prisma versions 5 & 6. In Prisma v5, you need to follow the instructions below to enable tracing.
This integration is enabled by default and supports Prisma versions 5, 6 & 7. In Prisma v5, you need to follow the instructions below to enable tracing.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: The documentation incorrectly states that Prisma v5 is supported, but the Sentry SDK v9 migration guide confirms that support for Prisma v5 was dropped.
Severity: MEDIUM

Suggested Fix

Remove all references to Prisma v5 support from the prisma.mdx file. This includes updating the supported versions list to 6.x, 7.x and removing the "Prisma Version 5" section entirely to align with the breaking changes introduced in Sentry SDK v9.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: docs/platforms/javascript/common/configuration/integrations/prisma.mdx#L39

Potential issue: The changes to `prisma.mdx` introduce a contradiction with the official
v8-to-v9 migration guide. The updated documentation claims support for Prisma v5 and
provides configuration details for it. However, the migration guide explicitly states
that "Prisma version `5.x` and below are no longer supported" in SDK v9. Since
`prisma.mdx` represents the documentation for the latest SDK version, users following
these instructions for an SDK v9+ project will encounter runtime issues when their
configuration fails due to using an unsupported Prisma version.

Did we get this right? 👍 / 👎 to inform future reviews.

Copy link
Member

@nicohrubec nicohrubec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants