Skip to content

Add Scarf analytics pixel to track library usage#172

Open
Phylliade wants to merge 2 commits intomasterfrom
feat/scarf_analytics
Open

Add Scarf analytics pixel to track library usage#172
Phylliade wants to merge 2 commits intomasterfrom
feat/scarf_analytics

Conversation

@Phylliade
Copy link
Copy Markdown
Owner

Add a non-blocking Scarf pixel download on import to help track IKPy usage. The pixel includes ikpy_version and python_version parameters for better analytics insights.

  • Runs in a background daemon thread to avoid slowing down imports
  • Silently ignores any errors (no network, timeout, etc.)
  • Uses only Python standard library (urllib, threading)

Add a non-blocking Scarf pixel download on import to help track IKPy usage.
The pixel includes ikpy_version and python_version parameters for better
analytics insights.

- Runs in a background daemon thread to avoid slowing down imports
- Silently ignores any errors (no network, timeout, etc.)
- Uses only Python standard library (urllib, threading)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant