- 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
8 lines
101 B
Modula-2
8 lines
101 B
Modula-2
module github.com/IronServices/irontelemetry-go
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/google/uuid v1.5.0
|
|
)
|