Skip to content

Commit

Permalink
fixup! fix(otlp-exporter-base): don't create blob before sending xhr
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Nov 22, 2024
1 parent a241bf6 commit 57c1dc9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ describe('XhrTransport', function () {
undefined
);
assert.strictEqual(request.url, testTransportParameters.url);
assert.strictEqual(request.requestBody, testPayload);
ensureHeadersContain(request.requestHeaders, {
foo: 'foo-value',
bar: 'bar-value',
Expand Down

0 comments on commit 57c1dc9

Please sign in to comment.