skip to Main Content

PostHog namespace issue – PHP

I installed PostHog in my PHP codebase, and trying to use it by following the tutorial in this link (https://posthog.com/docs/integrate/server/php). I am attempting to call PostHog::init function as a following: PostHog::init($apikey, array('host' => $baseUrl, "debug" => true) ); But I…

VIEW QUESTION
Back To Top
Search