Marius Andra
Marius Andra
@benjackwhite I added the changes into kea-router, and a todo list to the top of the PR.
I rebased from master and tweaked it somewhat:  Still expecting a lot of test failures.
This is ready for a review @Twixes @benjackwhite The code adds `/project/:id` in front of the URLs that need it, and changes current_team in `middleware.py` if the team changes. Everything...
Still planned: adding an env that configures which teams this is enabled for.
Having just seen this PR: https://github.com/PostHog/posthog/pull/17073 ... I was reminded that the one problem we have here is the needless deserialization and serialization of `elements_chain: str` to/from `elementsList: Element[]`. I...
Is anybody here still experiencing issues?
All tickets referenced here have been closed, thus closing the issue.
More context: We should add `user_safe=True` to all errors that are safe to show: https://github.com/PostHog/posthog/blob/cdeb283151af43dced5f7e32ffd31c3967b6e231/posthog/errors.py#L342 We took the safe/cautious approach by default to avoid accidentally leaking anything...
This simpler query gives me the same non-error locally: ```sql select toDate(timestamp) as timestamp, count(), event from events where {filters} and timestamp
# Team Product your Analytics **Support hero:** Thomas ## Retro We're still in the middle of it all. HogQL insights are out for everyone. We found a few blind spots...