We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6c5a2 commit d26044aCopy full SHA for d26044a
nodejs/packages/layer/src/wrapper.ts
@@ -412,7 +412,7 @@ async function initializeTracerProvider(
412
}
413
414
if (exporters.length) {
415
- config.spanProcessors = [];
+ config.spanProcessors = config.spanProcessors || [];
416
exporters.map(exporter => {
417
if (exporter instanceof ConsoleSpanExporter) {
418
config.spanProcessors?.push(new SimpleSpanProcessor(exporter));
0 commit comments