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 13fdfd6 commit 1565866Copy full SHA for 1565866
packages/node/src/integrations/tracing/postgresjs.ts
@@ -26,8 +26,7 @@ import {
26
SPAN_STATUS_ERROR,
27
startSpanManual,
28
} from '@sentry/core';
29
-import { generateInstrumentOnce } from '../../otel/instrument';
30
-import { addOriginToSpan } from '../../utils/addOriginToSpan';
+import { addOriginToSpan, generateInstrumentOnce } from '@sentry/node-core';
31
32
const INTEGRATION_NAME = 'PostgresJs';
33
const SUPPORTED_VERSIONS = ['>=3.0.0 <4'];
0 commit comments