Is it possible to use PostHog for user session recording with a streamlit application?
Hey @not-an-llm, Streamlit does not have a native integration with PostHog. If I understand the docs correctly, I guess you should be able to install it for your app and capture Python-side events in your app or use Streamlit’s st.html
command to inject posthog into the website. However, capturing very specifc events might be more work then as you likely would need to attach listeners to certain buttons or whatever you want to track.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.