You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
When using
captureMode=form
, the compression islz64
(base64).When using
captureMode=json
, there's no compression.Describe the solution you'd like
When using
captureMode=json
, we could either usegzip
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
Additional context
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: