serverless / dashboard

MIT License
24 stars 10 forks source link

fix: Write payloads using gzip #797

Closed Mmarzex closed 1 year ago

Mmarzex commented 1 year ago

To match the Node SDK and what ingest expects for compressed payloads.

Mmarzex commented 1 year ago

@medikoo That is what I'm wondering as well, I'm going to try and generate some payloads to run against ingest to verify before we go any further with this.

czubocha commented 1 year ago

Added in: v0.5.8 Decompress either a Gzip- or Deflate-compressed stream by auto-detecting the header.

https://nodejs.org/api/zlib.html

Mmarzex commented 1 year ago

Integration tests pass, I'm going to go ahead and merge this and get a release PR up.