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 299fba7 commit 2d7ee55Copy full SHA for 2d7ee55
packages/node/src/integrations/tracing/fastify.ts
@@ -1,6 +1,6 @@
1
import { registerInstrumentations } from '@opentelemetry/instrumentation';
2
import { FastifyInstrumentation } from '@opentelemetry/instrumentation-fastify';
3
-import { captureException, defineIntegration, getCurrentScope, getIsolationScope } from '@sentry/core';
+import { captureException, defineIntegration, getIsolationScope } from '@sentry/core';
4
import type { IntegrationFn } from '@sentry/types';
5
6
import { addOriginToSpan } from '../../utils/addOriginToSpan';
0 commit comments