Skip to content

Commit ced3749

Browse files
committed
fix: try NOSONAR
1 parent 19893c6 commit ced3749

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/telemetry/index.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,9 @@ import type { ConfigurationSchema } from '../config/schema.js';
2828
import { getAutoInstrumentations } from './instrumentations.js';
2929
import { DummySpanExporter } from './DummyExporter.js';
3030

31-
/**
32-
* NOSONAR_BEGIN (typescript:S5332) - OTLP exporter requires http it seems.
33-
*/
31+
// OTLP seems to only support http, and this is a default on the local network so I'm keeping it.
32+
// NOSONAR
3433
const baseDefaultOtlpUrl = new URL('http://otlp-exporter:4318/v1').toString();
35-
/**
36-
* NOSONAR_END (typescript:S5332)
37-
*/
3834

3935
function getSpanExporter() {
4036
if (

0 commit comments

Comments
 (0)