- Add logMessage(level, title, message?, data?) for structured logging with title
- Add logMessageAsync() async variant
- Add getBreadcrumbs() public method to retrieve current breadcrumbs
- Add static enableDebugLogging field for global debug output control
- 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>
- Core client with exception/message capture
- Journey and step tracking with callable support
- Breadcrumb management with LinkedList ring buffer
- HTTP transport using OkHttp
- Full stack trace capture from throwables
- Thread-safe operations with synchronized blocks
- Sample rate and beforeSend filtering
- Tags, extras, and user context
- Async support with CompletableFuture
- Builder pattern for complex objects