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 d609d66 commit 70c2311Copy full SHA for 70c2311
packages/node/src/integrations/tracing/firebase/firebase.ts
@@ -1,8 +1,7 @@
1
import type { Span } from '@opentelemetry/api';
2
import type { IntegrationFn } from '@sentry/core';
3
import { defineIntegration, SEMANTIC_ATTRIBUTE_SENTRY_OP } from '@sentry/core';
4
-import { generateInstrumentOnce } from '../../../otel/instrument';
5
-import { addOriginToSpan } from '../../../utils/addOriginToSpan';
+import { addOriginToSpan, generateInstrumentOnce } from '@sentry/node-core';
6
import { type FirebaseInstrumentationConfig, FirebaseInstrumentation } from './otel';
7
8
const INTEGRATION_NAME = 'Firebase';
0 commit comments