diff --git a/posthog/__init__.py b/posthog/__init__.py index 9f0b4893..bbd6cf6b 100644 --- a/posthog/__init__.py +++ b/posthog/__init__.py @@ -71,6 +71,12 @@ __version__ = VERSION + +def public_api_snapshot_probe() -> str: + """Temporary public API used to verify the snapshot CI check.""" + return "public-api-snapshot-probe" + + """Context management."""