Commit Graph

1 Commits

Author SHA1 Message Date
David Friedel 09b9ae10c6 Implement IronTelemetry Rust SDK
- Core client with exception/message capture
- Journey and step tracking with closure support
- Breadcrumb management with VecDeque ring buffer
- HTTP transport using reqwest (sync + async)
- Thread-safe operations with Arc and RwLock
- Sample rate and beforeSend filtering
- Tags, extras, and user context
- Builder pattern for configuration
- Serde serialization for all types
2025-12-25 10:27:55 +00:00