Skip to content

Commit

Permalink
fix: export missing ExportResponseRetryable
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Jun 21, 2024
1 parent bb5ec8c commit 767eedc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions experimental/packages/otlp-exporter-base/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export {
ExportResponse,
ExportResponseFailure,
ExportResponseSuccess,
ExportResponseRetryable,
} from './export-response';

export { IExporterTransport } from './exporter-transport';

0 comments on commit 767eedc

Please sign in to comment.