Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OPIK-558] Typescript SDK - basic client (#919)
* Initial setup for the TypeScript SDK * Add tsup/vitest configs * Change code generation to have the original output instead of a compiled one (ESM vs CJS) * WIP: Adding test suite * Fix first unit tes * WIP: Add classes instead of functions * First draft of client, trace and span classes * Improve types * Improve defaults * Add support for CJS * Add global headers to the configuration (comet-workspace / authorization) * Add support for custom environment, workspace and project names * Improve project name management * Increment patch version * Improve metadata in the package.json * Sync with main
- Loading branch information