Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Jan 19, 2024
1 parent 91c2fa2 commit 7383721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/opentelemetry.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { Resource } = require("@opentelemetry/resources");
const { isMainThread } = require("worker_threads");
const Debug = require("debug");
const debug = Debug("bte:biothings-explorer:otel-init");
const JaegerExporter = require("@opentelemetry/exporter-jaeger");
const { JaegerExporter } = require("@opentelemetry/exporter-jaeger");

debug("Initializing Opentelemetry instrumentation...");
const sdk = new opentelemetry.NodeSDK({
Expand Down

0 comments on commit 7383721

Please sign in to comment.