Skip to content

Commit

Permalink
chore(zipkin): export ExporterConfig (#1474)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Dyla <[email protected]>
  • Loading branch information
shivkanya9146 and dyladan authored Nov 2, 2020
1 parent 18b49af commit 6216b00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/opentelemetry-exporter-zipkin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
* limitations under the License.
*/

export * from './zipkin';
export * from './platform';
export { ExporterConfig } from './types';
export * from './zipkin';

0 comments on commit 6216b00

Please sign in to comment.