Skip to content

Commit 81907d0

Browse files
committed
otel
1 parent 91c6d0f commit 81907d0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/instrumentation.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ import { UserInteractionInstrumentation } from '@opentelemetry/instrumentation-u
66
import { XMLHttpRequestInstrumentation } from '@opentelemetry/instrumentation-xml-http-request'
77
import { GlobalConfig } from './config/config.ts'
88
import { detectResources, Resource, resourceFromAttributes } from '@opentelemetry/resources'
9-
import {
10-
ATTR_SERVICE_NAME,
11-
ATTR_SERVICE_VERSION,
12-
SemanticResourceAttributes
13-
} from '@opentelemetry/semantic-conventions'
9+
import { ATTR_SERVICE_NAME, ATTR_SERVICE_VERSION, SemanticResourceAttributes } from '@opentelemetry/semantic-conventions'
1410
import { OTLPTraceExporter } from '@opentelemetry/exporter-trace-otlp-http'
1511
import { browserDetector } from '@opentelemetry/opentelemetry-browser-detector'
1612
import { diag, DiagConsoleLogger, DiagLogLevel } from '@opentelemetry/api'

0 commit comments

Comments
 (0)