From 06dff5491657a5a117317547d96c574a214e880a Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Wed, 20 May 2026 14:31:09 +0200 Subject: [PATCH] chore: remove exception autocapture alpha marker --- posthog/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/posthog/__init__.py b/posthog/__init__.py index a2fbcfda..93fead78 100644 --- a/posthog/__init__.py +++ b/posthog/__init__.py @@ -315,7 +315,6 @@ def get_tags() -> Dict[str, Any]: disable_geoip = True # type: bool feature_flags_request_timeout_seconds = 3 # type: int super_properties = None # type: Optional[Dict] -# Currently alpha, use at your own risk enable_exception_autocapture = False # type: bool log_captured_exceptions = False # type: bool # Used to determine in app paths for exception autocapture. Defaults to the current working directory