Skip to content

v0.6.0-rc74

Pre-release
Pre-release

Choose a tag to compare

@buger buger released this 15 Sep 12:13
· 357 commits to main since this release
b94c9b7
Export SimpleTelemetry classes for SDK usage (#148)

Add SimpleTelemetry, SimpleAppTracer, and initializeSimpleTelemetryFromOptions
to npm package exports, enabling SDK users to access the same lightweight
telemetry functionality used by the CLI.

- Add telemetry classes to main package exports in src/index.js
- Add dedicated /telemetry export path in package.json
- Enables consistent tracing across CLI and SDK usage
- Maintains backwards compatibility

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

Co-authored-by: Claude <noreply@anthropic.com>