Python SDK
The Python SDK is under development. It will follow the same pattern as the JavaScript SDK:
# Coming soonfrom auralog import init, auralog
init(api_key="aura_your_api_key")
auralog.error("Something went wrong", {"user_id": "usr_123"})Want to be notified when it’s available? Keep an eye on the auralog dashboard for announcements.