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