Skip to content

Commit

Permalink
chore: ignore ts lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuralFlux committed Oct 10, 2024
1 parent b8c3648 commit 677886c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/opentelemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const sdk = new NodeSDK({
[ATTR_SERVICE_NAME]: "biothings-explorer",
}),
// use simple span processor to avoid losing data when the forked process exits (taskHandler)
// @ts-ignore - fix from MetinSeylan/Nestjs-OpenTelemetry#63
spanProcessors: [new SimpleSpanProcessor(traceExporter)],
});
debug(`OTel URL http://${jaegerHost}:${jaegerPort}${jaegerResName}`);
Expand Down

0 comments on commit 677886c

Please sign in to comment.