Skip to content

Commit 1565866

Browse files
committed
Fix postgresjs imports
1 parent 13fdfd6 commit 1565866

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ import {
2626
SPAN_STATUS_ERROR,
2727
startSpanManual,
2828
} from '@sentry/core';
29-
import { generateInstrumentOnce } from '../../otel/instrument';
30-
import { addOriginToSpan } from '../../utils/addOriginToSpan';
29+
import { addOriginToSpan, generateInstrumentOnce } from '@sentry/node-core';
3130

3231
const INTEGRATION_NAME = 'PostgresJs';
3332
const SUPPORTED_VERSIONS = ['>=3.0.0 <4'];

0 commit comments

Comments
 (0)