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
Send an event with custom uuid parameter set to something like "foo"
Get an error [PostHog] failed to parse request: data did not match any variant of untagged enum RawRequest (400)
I expected to see a more descriptive error, like "uuid field should be a valid UUID" or something like that. It's also kind of weird that the library doesn't properly check uuid field and lets any string through if it expects it to be in UUID format.
That would have saved me an hour of debugging.
The text was updated successfully, but these errors were encountered:
[PostHog] failed to parse request: data did not match any variant of untagged enum RawRequest (400)
I expected to see a more descriptive error, like "uuid field should be a valid UUID" or something like that. It's also kind of weird that the library doesn't properly check uuid field and lets any string through if it expects it to be in UUID format.
That would have saved me an hour of debugging.
The text was updated successfully, but these errors were encountered: