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 940c37f commit 5888321Copy full SHA for 5888321
experimental/packages/otlp-transformer/src/trace/internal.ts
@@ -17,7 +17,11 @@ import type { Link } from '@opentelemetry/api';
17
import { IResource } from '@opentelemetry/resources';
18
import type { ReadableSpan, TimedEvent } from '@opentelemetry/sdk-trace-base';
19
import type { Encoder } from '../common/utils';
20
-import {createInstrumentationScope, createResource, toAttributes} from '../common/internal';
+import {
21
+ createInstrumentationScope,
22
+ createResource,
23
+ toAttributes,
24
+} from '../common/internal';
25
import {
26
EStatusCode,
27
IEvent,
0 commit comments