Skip to content

Fix links #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ A set of SDKS for integration with the [Traceo Platform](https://github.com/trac
# Platforms
This repository contains all the SDKs needed for integration in Javascript/Typescript projects. Detailed instructions for the SDK implementation process can be found in the individual README for each SDK.

- [`@traceo-sdk/node`](https://github.com/traceo-dev/traceo-sdk/tree/develop/packages/node) - NodeJS.
- [`@traceo-sdk/opentelemetry-node`](https://github.com/traceo-dev/traceo-sdk/tree/develop/packages/opentelemetry-node) - Open Telemetry for Node.
- [`@traceo-sdk/react`](https://github.com/traceo-dev/traceo-sdk/tree/develop/packages/react) - React.
- [`@traceo-sdk/vue`](https://github.com/traceo-dev/traceo-sdk/tree/develop/packages/vue) - Vue.
- [`@traceo-sdk/node`](./packages/traceo-sdk-node) - NodeJS.
- [`@traceo-sdk/opentelemetry-node`](./packages/traceo-sdk-opentelemetry) - Open Telemetry for Node.
- [`@traceo-sdk/react`](./packages/traceo-sdk-react) - React.
- [`@traceo-sdk/vue`](./packages/traceo-sdk-vue) - Vue.

# Other
- [`@traceo-sdk/browser`](https://github.com/traceo/traceo-sdk/tree/develop/packages/browser): A package that contains common logic used by all SDKs running in the browser.
- [`@traceo-sdk/node-core`](https://github.com/traceo/traceo-sdk/tree/develop/packages/node-core): A package that contains common logic used by all SDKs used NodeJS.
- [`@traceo-sdk/browser`](./packages/traceo-sdk-browser): A package that contains common logic used by all SDKs running in the browser.
- [`@traceo-sdk/node-core`](./packages/traceo-sdk-node-core): A package that contains common logic used by all SDKs used NodeJS.

## Support
Feel free to create Issues, Pull Request and Discussion. If you want to contact with the developer working on this package click [here](mailto:piotr.szewczyk.software@gmail.com).