You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Problem
Specifying
"unstable": ["otel"]
indeno.json
seems to enableDeno.tracing
API but not the sending of signals. Specifying--unstable-otel
option properly enables both.Expected behavior
"unstable": ["otel"]
enables bothDeno.tracing
API and sending of signals.Actual behavior
"unstable": ["otel"]
enables onlyDeno.tracing
API.Environment
jsr:@deno/otel@0.0.2
The text was updated successfully, but these errors were encountered: