Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit e4aa21b

Browse files
doc: update trace sdk name in README (#136)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1 parent 42157b5 commit e4aa21b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The methods in this package perform no operations by default. This means they ca
5454
### Install Dependencies
5555

5656
```sh
57-
npm install @opentelemetry/api @opentelemetry/tracing
57+
npm install @opentelemetry/api @opentelemetry/sdk-trace-base
5858
```
5959

6060
### Trace Your Application
@@ -65,7 +65,7 @@ Once you have registered an SDK, you can start and end spans. A simple example o
6565

6666
```javascript
6767
const { trace } = require("@opentelemetry/api");
68-
const { BasicTracerProvider, ConsoleSpanExporter, SimpleSpanProcessor } = require("@opentelemetry/tracing");
68+
const { BasicTracerProvider, ConsoleSpanExporter, SimpleSpanProcessor } = require("@opentelemetry/sdk-trace-base");
6969

7070
// Create and register an SDK
7171
const provider = new BasicTracerProvider();

0 commit comments

Comments
 (0)