We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506ce61 commit f60397dCopy full SHA for f60397d
1 file changed
src/couchbase_haystack/telemetry.py
@@ -33,6 +33,7 @@ def _send_telemetry() -> None:
33
34
with suppress(Exception):
35
from scarf import ScarfEventLogger # noqa: PLC0415
36
+
37
event_logger = ScarfEventLogger(
38
endpoint_url=SCARF_ENDPOINT_URL,
39
timeout=2.0,
0 commit comments