- 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>
30 lines
272 B
Plaintext
30 lines
272 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test coverage
|
|
coverage/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# Package lock (use package-lock.json or yarn.lock, not both)
|
|
yarn.lock
|