Skip to content
#

dashboards

Here are 353 public repositories matching this topic...

posthog
joesaunderson
joesaunderson commented Apr 13, 2021

Bug description

When using the identify API in posthog-js, we are passing some data which could cause malformed URL's i.e. "Men's Fashion".

If I do not URL encode this, it shows in Posthog as Men's Fashion, if I do URL encode this, it shows in Posthog as Men%27s%20Fashion.

Expected behavior

If the property is URL encoded, I expect this to be decoded on receipt by Post

Improve this page

Add a description, image, and links to the dashboards topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dashboards topic, visit your repo's landing page and select "manage topics."

Learn more