Skip to content

[ZipkinExporter] ExporterConfig needs to be exported since it is APIΒ #1453

Closed
@BryanHunt

Description

Please answer these questions before submitting a bug report.

What version of OpenTelemetry are you using?

0.10.2

What version of Node are you using?

14.8.0

What did you do?

import { ExporterConfig } from '@opentelemetry/exporter-zipkin';

What did you expect to see?

No errors

What did you see instead?

Module '"../node_modules/@opentelemetry/exporter-zipkin/build/src"' has no exported member 'ExporterConfig'.

Additional context

The ZipkinExporter constructor requires the type ExporterConfig which is not exported from the module. It should be exported since it is part of the API.

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions