Skip to content

Commit faf378c

Browse files
committed
Fix circular dependency
1 parent 3cab7c6 commit faf378c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/src/integrations/tracing/postgresjs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
} from '@opentelemetry/semantic-conventions';
1717
import type { IntegrationFn, Span } from '@sentry/core';
1818
import { defineIntegration, getCurrentScope, startSpanManual } from '@sentry/core';
19-
import { SDK_VERSION } from '../..';
19+
import { SDK_VERSION } from '@sentry/core';
2020
import { generateInstrumentOnce } from '../../otel/instrument';
2121

2222
const INTEGRATION_NAME = 'PostgresJs';

0 commit comments

Comments
 (0)