vercel / otel

OTEL tracing for Vercel
https://vercel.com/docs/observability/otel-overview
28 stars 8 forks source link

Fix dependency issues #89

Closed fabb closed 3 months ago

fabb commented 4 months ago

fixes https://github.com/open-telemetry/opentelemetry-js/issues/4738

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
otel-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 28, 2024 9:49am
dvoytenko commented 3 months ago

Thanks for the fix! Looking into it atm

dvoytenko commented 3 months ago

@fabb this looks great. could i also ask you to submit the changelog? You can start it by running pnpm changelog.

fabb commented 3 months ago

seems not to work:

@fabb ➜ /workspaces/otel (patch-1) $ pnpm changelog
 ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL  Command "changelog" not found
dvoytenko commented 3 months ago

@fabb odd, but let me try it from my side.

dvoytenko commented 3 months ago

@fabb odd, but let me try it from my side.

Sorry, I misspelled it in the instruction above. Here's the PR: https://github.com/vercel/otel/pull/96.

dvoytenko commented 3 months ago

@fabb odd, but let me try it from my side.

Sorry, I misspelled it in the instruction above. Here's the PR: #96.

Released as 1.9.0

fabb commented 3 months ago

Nice, thank you!