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

30 lines
221 B
Plaintext

# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Debug
debug
*.log