Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into ExporterConfig
  • Loading branch information
dyladan authored Nov 2, 2020
commit edab1eb970226161b6efcf706180757a1c90027e
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';
You are viewing a condensed version of this merge commit. You can view the full changes here.