diff --git a/packages/server-utils/src/prisma/index.ts b/packages/server-utils/src/prisma/index.ts index 8a71c4bc3f48..600198f6caec 100644 --- a/packages/server-utils/src/prisma/index.ts +++ b/packages/server-utils/src/prisma/index.ts @@ -14,10 +14,6 @@ export interface PrismaInstrumentationConfig { } export interface PrismaOptions { - /** - * @deprecated This is no longer used, v5 works out of the box. - */ - prismaInstrumentation?: unknown; /** * Configuration for the Prisma tracing helper. */