1 | export declare const instrumentPrisma: ((options?: unknown) => void) & {
|
2 | id: string;
|
3 | };
|
4 | /**
|
5 | * Prisma integration
|
6 | *
|
7 | * Capture tracing data for prisma.
|
8 | * Note: This requieres to set:
|
9 | * previewFeatures = ["tracing"]
|
10 | * For the prisma client.
|
11 | * See https://www.prisma.io/docs/concepts/components/prisma-client/opentelemetry-tracing for more details.
|
12 | */
|
13 | export declare const prismaIntegration: () => import("@sentry/types").Integration;
|
14 | //# sourceMappingURL=prisma.d.ts.map |
\ | No newline at end of file |