Skip to content

Commit 6216b00

Browse files
chore(zipkin): export ExporterConfig (#1474)
Co-authored-by: Daniel Dyla <[email protected]>
1 parent 18b49af commit 6216b00

File tree

1 file changed

+2
-1
lines changed
  • packages/opentelemetry-exporter-zipkin/src

1 file changed

+2
-1
lines changed

packages/opentelemetry-exporter-zipkin/src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
export * from './zipkin';
1817
export * from './platform';
18+
export { ExporterConfig } from './types';
19+
export * from './zipkin';

0 commit comments

Comments
 (0)