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 are seeing this kind of error , its an intellij plugin.
I think when it happens some events are not sent
2024-08-21 17:10:41,395 [ 313941] WARN - com.posthog.java.shaded.okhttp3.OkHttpClient - A connection to https://us.posthog.com/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE);
we initialize posthog like that PostHog.Builder(TOKEN).build()
we are seeing this kind of error , its an intellij plugin.
I think when it happens some events are not sent
we initialize posthog like that
PostHog.Builder(TOKEN).build()