Skip to content
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

Update 10-open-telemetry.mdx, missing packages. #65885

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ That's why we prepared a package `@vercel/otel` that helps you get started quick

### Using `@vercel/otel`

To get started, you must install `@vercel/otel`:
To get started, you must install `@vercel/otel`, `@opentelemetry/api`, and `@opentelemetry/api-logs`:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need @opentelemetry/api-logs?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, it didn't seem to work without on my end, but please test to see if that is correct! 😄


```bash filename="Terminal"
npm install @vercel/otel
npm install @vercel/otel @opentelemetry/api @opentelemetry/api-logs
```

<AppOnly>
Expand Down