Skip to content

Commit 81140e1

Browse files
nicohrubecclaude
andauthored
ref(node)!: Remove deprecated prismaInstrumentation option (#22898)
Removes the deprecated `prismaInstrumentation` option. Already documented in the v11 migration guide. Fixes #21838 Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 61b7d52 commit 81140e1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • packages/server-utils/src/prisma

packages/server-utils/src/prisma/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ export interface PrismaInstrumentationConfig {
1414
}
1515

1616
export interface PrismaOptions {
17-
/**
18-
* @deprecated This is no longer used, v5 works out of the box.
19-
*/
20-
prismaInstrumentation?: unknown;
2117
/**
2218
* Configuration for the Prisma tracing helper.
2319
*/

0 commit comments

Comments
 (0)