Commit Graph

4 Commits

Author SHA1 Message Date
David Friedel ed9da3dc55 Remove promotional links from README 2025-12-26 11:41:02 +00:00
David Friedel 410aab8cb1 Add log_message, get_breadcrumbs, and enable_debug_logging features
- Add log_message(level, title, message?, data?) for structured logging with title
- Add log_message_async() async variant
- Add get_breadcrumbs() public method to retrieve current breadcrumbs
- Add clear_breadcrumbs() method to clear all breadcrumbs
- Add enable_debug_logging global flag and set_debug_logging() function
- Update all debug logging to respect the global debug flag

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 11:32:00 +00:00
David Friedel 44f702acb8 Initial SDK implementation
- Core client with exception capture and message logging
- Journey and step tracking for user flows
- Breadcrumb management
- Offline queue with JSON file persistence
- HTTP transport with httpx (sync and async)
- Full type hints
- Python 3.8+ support
2025-12-25 10:12:21 +00:00
Admin e26f16ad1b
Initial commit 2025-12-25 04:55:30 -05:00