PostHog/posthog

Add `page` function to all libraries

已关闭

#635 创建于 2020年4月21日

 (15 条评论) (0 个反应) (0 位负责人)Python (988 个派生)batch import
enhancementfeature/ingestionfeature/librariesgood first issue

仓库指标

星标
 (16,704 个星标)
PR 合并指标
 (平均合并 17小时 29分钟) (30 天内合并 995 个 PR)

描述

Is your feature request related to a problem? Please describe. I want to easily be able to capture pageviews. At the moment, in all libraries I need to do posthog.capture('$pageview', {'$current_url': 'https://...'}).

Describe the solution you'd like I want to be able to do posthog.page('https://...')

Additional context

  • JS
  • Python
  • Node
  • Ruby
  • PHP
  • Go

Thank you for your feature request - we love each and every one!

贡献者指南