rollbar / rollbar-flutter

Rollbar for Dart and Flutter
https://docs.rollbar.com/docs/flutter
MIT License
21 stars 27 forks source link

Payloads are being POSTed to Rollbar in UTF-8 uncompressed #63

Closed matux closed 1 year ago

matux commented 2 years ago

Our payloads are pure json and can get pretty big, especially once Telemetry is out.

Mobile devices, as fast as they are, don't have connections that are as fast and as reliable as a desktop or laptop computer running a server or a client application.

We should send this data gzip-compressed as it is the standard and what our more discerning users would expect from our library.