File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,7 @@ import { UserInteractionInstrumentation } from '@opentelemetry/instrumentation-u
6
6
import { XMLHttpRequestInstrumentation } from '@opentelemetry/instrumentation-xml-http-request'
7
7
import { GlobalConfig } from './config/config.ts'
8
8
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'
14
10
import { OTLPTraceExporter } from '@opentelemetry/exporter-trace-otlp-http'
15
11
import { browserDetector } from '@opentelemetry/opentelemetry-browser-detector'
16
12
import { diag , DiagConsoleLogger , DiagLogLevel } from '@opentelemetry/api'
You can’t perform that action at this time.
0 commit comments