Sander Nemvalts

Results 2 comments of Sander Nemvalts

Usecase which we have: ``` posthog.submit('Form submitted', { properties: { formParams } }) await submit(formParams) window.reload() ``` In cases like these it is highly unlikely that `posthog.submit` will submit the...