def page(): posthog.page( options.distinct_id, name=options.name, anonymous_id=options.anonymousId, properties=json_hash(options.properties), context=json_hash(options.context), )
def test_page(self): posthog.page('distinct_id', 'https://posthog.com/contact') posthog.flush()
def test_page(self): posthog.page("distinct_id", "https://posthog.com/contact") posthog.flush()