Commit Graph

7 Commits

Author SHA1 Message Date
8c300c1f8d Include dist folder for git-based installs
Unignored dist/ so yarn/npm can install from git URL
without needing to build locally.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 15:12:47 -05:00
935022bd54 build: add package-lock.json and update telemetry dependencies
Adds package-lock.json with development dependencies including TypeScript, ESLint, and Vitest. Updates client, index, and types modules to support the new telemetry package structure.
2026-01-04 10:48:22 -05:00
88246a8509 Update README with branded header and documentation links
- Add centered logo and title with product branding
- Add links to product website and documentation
- Add badges for package manager and license
- Add Other SDKs table with cross-references
- Add Support section with dev@ironservices.io email
- Update repository links to git.marketally.com

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 10:40:21 +00:00
e288eeeb9d Remove promotional links from README 2025-12-26 11:41:02 +00:00
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
f2bed60e85 Initial SDK implementation
- Core client with exception capture and message logging
- Journey and step tracking for user flows
- Breadcrumb management
- Offline queue with localStorage persistence
- HTTP transport with retry support
- Full TypeScript types
- ESM + CommonJS dual publishing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 10:04:46 +00:00
9118db4aed
Initial commit 2025-12-25 04:55:16 -05:00