Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Oct 19, 2023
1 parent 39981ff commit 18638be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/lib/otel/otel.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ import { OTLPTraceExporter } from '@opentelemetry/exporter-trace-otlp-http';
import { Resource } from '@opentelemetry/resources';
import { NodeSDK } from '@opentelemetry/sdk-node';
import { SemanticAttributes, SemanticResourceAttributes } from '@opentelemetry/semantic-conventions';
import type { RequestEvent } from '@sveltejs/kit';
import type { MaybePromise, RequestEvent } from '@sveltejs/kit';
import {
traceEventAttributes,
traceHeaders,
SERVICE_NAME,
tracer,
} from '.';
import type { MaybePromise } from '$app/forms';

export * from '.';

Expand Down

0 comments on commit 18638be

Please sign in to comment.