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
If you aren't using posthog for exceptions, that preference is not respected when using the new contexts API. You have to with posthog.new_context(capture_exceptions=False): on each and every context.
Also, there's not a way to easily set the default_client which is used by the posthog contexts
default_client is not documented in the python documentation
with posthog.new_context(capture_exceptions=False):on each and every context.default_clientwhich is used by the posthog contextsdefault_clientis not documented in the python documentation