mirror of
https://github.com/usestrix/strix.git
synced 2026-09-14 14:19:09 +08:00
393548c6e8
Both backends share session/version/first-run helpers in strix/telemetry/_common.py and fire from the same four call sites in strix/interface/main.py and strix/report/state.py. STRIX_TELEMETRY is the single toggle for both. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
8 lines
73 B
Python
8 lines
73 B
Python
from . import posthog, scarf
|
|
|
|
|
|
__all__ = [
|
|
"posthog",
|
|
"scarf",
|
|
]
|