Skip to content

Commit 70c2311

Browse files
committed
Fix import paths
1 parent d609d66 commit 70c2311

File tree

1 file changed

+1
-2
lines changed
  • packages/node/src/integrations/tracing/firebase

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import type { Span } from '@opentelemetry/api';
22
import type { IntegrationFn } from '@sentry/core';
33
import { defineIntegration, SEMANTIC_ATTRIBUTE_SENTRY_OP } from '@sentry/core';
4-
import { generateInstrumentOnce } from '../../../otel/instrument';
5-
import { addOriginToSpan } from '../../../utils/addOriginToSpan';
4+
import { addOriginToSpan, generateInstrumentOnce } from '@sentry/node-core';
65
import { type FirebaseInstrumentationConfig, FirebaseInstrumentation } from './otel';
76

87
const INTEGRATION_NAME = 'Firebase';

0 commit comments

Comments
 (0)