Commit Graph

4 Commits

Author SHA1 Message Date
David Friedel 6c48eaa977 Remove promotional links from README 2025-12-26 11:41:03 +00:00
David Friedel 2777fba701 Add LogMessage, GetBreadcrumbs, and EnableDebugLogging features
- Add LogMessage(level, title, message, data) for structured logging with title
- Add LogMessageWithContext() context-aware variant
- Add GetBreadcrumbs() public method to retrieve current breadcrumbs
- Add EnableDebugLogging global variable for 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>
2025-12-26 11:32:01 +00:00
David Friedel 09626831a2 Implement IronTelemetry Go SDK
- Core client with exception/message capture
- Journey and step tracking with breadcrumb correlation
- Breadcrumb management with ring buffer
- HTTP transport with context support
- Full stack trace capture for exceptions
- Thread-safe operations with mutex protection
- Sample rate and beforeSend filtering
- Tags, extras, and user context
2025-12-25 10:17:52 +00:00
Admin 49c96bdedc
Initial commit 2025-12-25 04:55:46 -05:00