Skip to content

Commit

Permalink
fixup! feat(otlp-exporter-base): add http response body to exporter e…
Browse files Browse the repository at this point in the history
…rror
  • Loading branch information
pichlermarc committed Nov 26, 2024
1 parent 8f2fd56 commit e36a4f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import {
ExportResponseRetryable,
ExportResponseFailure,
ExportResponseSuccess,
OTLPExporterError,
} from '../../src';
import * as zlib from 'zlib';
import {OTLPExporterError} from "../../build/esnext";

const sampleRequestData = new Uint8Array([1, 2, 3]);

Expand Down

0 comments on commit e36a4f6

Please sign in to comment.