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 907651d commit 04c547aCopy full SHA for 04c547a
packages/node/src/integrations/tracing/postgresjs.ts
@@ -16,7 +16,7 @@ import {
16
} from '@opentelemetry/semantic-conventions';
17
import type { IntegrationFn, Span } from '@sentry/core';
18
import { defineIntegration, getCurrentScope, startSpanManual } from '@sentry/core';
19
-import { SDK_VERSION } from '../..';
+import { SDK_VERSION } from '@sentry/core';
20
import { generateInstrumentOnce } from '../../otel/instrument';
21
22
const INTEGRATION_NAME = 'PostgresJs';
0 commit comments