irontelemetry-js/src
David Friedel 0f8cde9449 Add logMessage, getBreadcrumbs, and enableDebugLogging features
- Add logMessage(level, title, message?, data?) for structured logging with title
- Add getBreadcrumbs() public method to retrieve current breadcrumbs
- Add clearBreadcrumbs() method to clear all breadcrumbs
- Add enableDebugLogging global flag and setDebugLogging() function
- 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:00 +00:00
..
breadcrumbs.ts Initial SDK implementation 2025-12-25 10:04:46 +00:00
client.ts Add logMessage, getBreadcrumbs, and enableDebugLogging features 2025-12-26 11:32:00 +00:00
config.ts Initial SDK implementation 2025-12-25 10:04:46 +00:00
index.ts Initial SDK implementation 2025-12-25 10:04:46 +00:00
journey.ts Initial SDK implementation 2025-12-25 10:04:46 +00:00
queue.ts Initial SDK implementation 2025-12-25 10:04:46 +00:00
transport.ts Initial SDK implementation 2025-12-25 10:04:46 +00:00
types.ts Initial SDK implementation 2025-12-25 10:04:46 +00:00