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 3cab7c6 commit faf378cCopy full SHA for faf378c
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