Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support gzip compression #254

Open
1 of 4 tasks
marandaneto opened this issue Aug 27, 2024 · 0 comments
Open
1 of 4 tasks

Support gzip compression #254

marandaneto opened this issue Aug 27, 2024 · 0 comments
Labels

Comments

@marandaneto
Copy link
Member

Is your feature request related to a problem?

When using captureMode=form, the compression is lz64 (base64).
When using captureMode=json, there's no compression.

Describe the solution you'd like

When using captureMode=json, we could either use gzip by default if possible, or offer another config to allow or not allow the gzip compression.
JS SDK has an option disable_compression: boolean.

Describe alternatives you've considered

Related sub-libraries

  • All of them
  • posthog-web
  • posthog-node
  • posthog-react-native

Additional context

Thank you for your feature request – we love each and every one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant