We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9a87b commit 8033776Copy full SHA for 8033776
packages/node/src/integrations/tracing/prisma.ts
@@ -73,7 +73,7 @@ class SentryPrismaInteropInstrumentation extends PrismaInstrumentation {
73
const prismaTracingHelper = getPrismaTracingHelper();
74
75
if (isPrismaV6TracingHelper(prismaTracingHelper)) {
76
- // Inspired & adjusted from https://github.dev/prisma/prisma/tree/5.22.0/packages/instrumentation
+ // Inspired & adjusted from https://github.com/prisma/prisma/tree/5.22.0/packages/instrumentation
77
(prismaTracingHelper as CompatibilityLayerTraceHelper).createEngineSpan = (
78
engineSpanEvent: V5EngineSpanEvent,
79
) => {
0 commit comments