-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to "accumulate" properties ? #27
Comments
Hi Allan, Do the properties need to remain only in state on the client? Could you call
And then call the API to query for events by property e.g. to find events where a custom person is as above you would call
Would that work for you? |
thanks your remark permitted me to refine my problem the main problem i face is I may call PostHog::capture in some place where having the so yes my problem is more "Could it be possible to tell posthog to keep a 'current distinct id' " |
Hmm, that's how the JS SDK works... If I make a call to I can see that the captured event is from an identified user We link the two together so we know the event comes from the user I'm completely new to the PHP library, and don't know symfony at all. Is the problem that Symfony is stopping that happening, or that the PHP library doesn't do it? |
I would like to use posthog in a symfony php application , due to the it's architectured I would like to do the following
::init()
will save the api key)is it something possible to do ?
The text was updated successfully, but these errors were encountered: