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 120deeb commit e042627Copy full SHA for e042627
packages/node/src/integrations/tracing/prisma.ts
@@ -1,4 +1,4 @@
1
-import { Instrumentation } from '@opentelemetry/instrumentation';
+import type { Instrumentation } from '@opentelemetry/instrumentation';
2
// When importing CJS modules into an ESM module, we cannot import the named exports directly.
3
import * as prismaInstrumentation from '@prisma/instrumentation';
4
import { SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, defineIntegration, spanToJSON } from '@sentry/core';
0 commit comments