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 d2763a1 commit 9f974dfCopy full SHA for 9f974df
packages/node/src/integrations/tracing/fastify/fastify-otel/index.js
@@ -36,7 +36,7 @@ SOFTWARE.
36
/* eslint-disable max-lines */
37
/* eslint-disable no-param-reassign */
38
import dc from 'node:diagnostics_channel';
39
-import { context, propagation,SpanStatusCode, trace } from '@opentelemetry/api';
+import { context, propagation, SpanStatusCode, trace } from '@opentelemetry/api';
40
import { getRPCMetadata, RPCType } from '@opentelemetry/core';
41
import { InstrumentationBase } from '@opentelemetry/instrumentation';
42
import {
0 commit comments