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

Setting a custom_id to None passes "None" up to server #18

Closed
bkrausz opened this issue May 31, 2023 · 1 comment
Closed

Setting a custom_id to None passes "None" up to server #18

bkrausz opened this issue May 31, 2023 · 1 comment

Comments

@bkrausz
Copy link

bkrausz commented May 31, 2023

https://github.com/statsig-io/python-sdk/blob/main/statsig/statsig_user.py#L39-L40

If we use None it gets stringified, those should be filtered out.

@jacob-statsig
Copy link
Contributor

None is now rendered as null on the console.

The example below show what is rendered when I pass up { testing_field: None } as my custom field in the pythonSDK

image

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

No branches or pull requests

2 participants