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.
Hello, I have this exception on every capture call:
com.posthog.java.shaded.org.json.JSONException: JavaBean object contains recursively defined member variable of key "tab
le"
at com.posthog.java.shaded.org.json.JSONObject.recursivelyDefinedObjectException(JSONObject.java:2921)
at com.posthog.java.shaded.org.json.JSONObject.populateMap(JSONObject.java:1729)
at com.posthog.java.shaded.org.json.JSONObject.<init>(JSONObject.java:360)
at com.posthog.java.shaded.org.json.JSONObject.wrap(JSONObject.java:2699)
at com.posthog.java.shaded.org.json.JSONObject.populateMap(JSONObject.java:1735)
at com.posthog.java.shaded.org.json.JSONObject.<init>(JSONObject.java:360)
at com.posthog.java.shaded.org.json.JSONObject.wrap(JSONObject.java:2699)
at com.posthog.java.shaded.org.json.JSONObject.populateMap(JSONObject.java:1735)
at com.posthog.java.shaded.org.json.JSONObject.populateMap(JSONObject.java:1701)
at com.posthog.java.shaded.org.json.JSONObject.<init>(JSONObject.java:355)
at com.posthog.java.shaded.org.json.JSONObject.wrap(JSONObject.java:2701)
at com.posthog.java.shaded.org.json.JSONObject.wrap(JSONObject.java:2660)
at com.posthog.java.shaded.org.json.JSONObject.<init>(JSONObject.java:287)
at com.posthog.java.shaded.org.json.JSONObject.put(JSONObject.java:2029)
at com.posthog.java.PostHog.getEventJson(PostHog.java:196)
at com.posthog.java.PostHog.enqueue(PostHog.java:80)
at com.posthog.java.PostHog.capture(PostHog.java:92)
...
Hello, I have this exception on every capture call: