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

otel: "unstable": ["otel"] in deno.json seems not to enable sending of signals #27273

Closed
uki00a opened this issue Dec 8, 2024 · 0 comments · Fixed by #27333
Closed

otel: "unstable": ["otel"] in deno.json seems not to enable sending of signals #27273

uki00a opened this issue Dec 8, 2024 · 0 comments · Fixed by #27333
Assignees
Labels
bug Something isn't working correctly otel

Comments

@uki00a
Copy link
Contributor

uki00a commented Dec 8, 2024

Problem

Specifying "unstable": ["otel"] in deno.json seems to enable Deno.tracing API but not the sending of signals. Specifying --unstable-otel option properly enables both.

Expected behavior

"unstable": ["otel"] enables both Deno.tracing API and sending of signals.

Actual behavior

"unstable": ["otel"] enables only Deno.tracing API.

Environment

  • Deno v2.1.3
  • jsr:@deno/otel@0.0.2
@uki00a uki00a changed the title otel: "unstable": ["otel"] in deno.json seems not to enable sending signals otel: "unstable": ["otel"] in deno.json seems not to enable sending of signals Dec 8, 2024
@bartlomieju bartlomieju added the bug Something isn't working correctly label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly otel
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants