Files
irontelemetry-go/go.mod
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

8 lines
101 B
Modula-2

module github.com/IronServices/irontelemetry-go
go 1.21
require (
github.com/google/uuid v1.5.0
)