You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2026. It is now read-only.
we use posthog java in an intellij plugin, some users have connection issues because of firewalls/company proxies/ ssl certificates etc.
errors are printed to stdout/err and Idea log get exploded, HttpSender does e.printStackTrace()
its probably better to use some logging abstraction like JUL so logging level can be controlled.
we use posthog java in an intellij plugin, some users have connection issues because of firewalls/company proxies/ ssl certificates etc.
errors are printed to stdout/err and Idea log get exploded, HttpSender does e.printStackTrace()
its probably better to use some logging abstraction like JUL so logging level can be controlled.