We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b49af commit 6216b00Copy full SHA for 6216b00
packages/opentelemetry-exporter-zipkin/src/index.ts
@@ -14,5 +14,6 @@
14
* limitations under the License.
15
*/
16
17
-export * from './zipkin';
18
export * from './platform';
+export { ExporterConfig } from './types';
19
+export * from './zipkin';
0 commit comments