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

feat: add auto-instrumentation support for Deno #3615

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lucacasonato
Copy link

Description:

This commit adds support for auto-instrumentation in Deno, when using Deno 2.1.5 or higher and Deno was invoked with --unstable-otel.

Deno support is disabled by default and must be explicitly enabled with --enable-deno-instrumentation.

Link to tracking Issue(s): resolves #3613

Testing:

  • Added unit tests for injection + detection
  • Added e2e test

Documentation: Added to readme, will open a PR to the website if this is landed.

@lucacasonato lucacasonato requested a review from a team as a code owner January 15, 2025 14:08
This commit adds support for auto-instrumentation in Deno, when using Deno 2.1.5 or higher and Deno was invoked with `--unstable-otel`.

Deno support is disabled by default and must be explicitly enabled with `--enable-deno-instrumentation`.
@lucacasonato lucacasonato force-pushed the deno_auto_instrumentation branch from bac4a42 to 37e37cf Compare January 15, 2025 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add auto-instrumentation support for Deno
1 participant