Skip to content

Commit 2d7ee55

Browse files
committed
formatting
1 parent 299fba7 commit 2d7ee55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { registerInstrumentations } from '@opentelemetry/instrumentation';
22
import { FastifyInstrumentation } from '@opentelemetry/instrumentation-fastify';
3-
import { captureException, defineIntegration, getCurrentScope, getIsolationScope } from '@sentry/core';
3+
import { captureException, defineIntegration, getIsolationScope } from '@sentry/core';
44
import type { IntegrationFn } from '@sentry/types';
55

66
import { addOriginToSpan } from '../../utils/addOriginToSpan';

0 commit comments

Comments
 (0)