PostHog/posthog

Add `page` function to all libraries

Fechada

#635 aberto em 21 de abr. de 2020

 (15 comentários) (0 reação) (0 responsável)Python (988 forks)batch import
enhancementfeature/ingestionfeature/librariesgood first issue

Métricas do repositório

Stars
 (16.704 estrelas)
Métricas de merge de PR
 (Mesclagem média 17h 29m) (995 fundiu PRs em 30d)

Description

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!

Guia do colaborador