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
Right now if you change the tracing config, you have to restart the LSP for the changes to take effect.
I originally tried this, but there's some bug when setting the tracing subscriber as a thread local default (as opposed to global) that causes spans to lose their parents. It may be an issue with the otel exporter, but not sure.
The text was updated successfully, but these errors were encountered:
nathanwhit
changed the title
lsp tracing: allow changing deno.tracing config while lsp is running
lsp tracing: support changing deno.tracing config while lsp is running
Feb 12, 2025
Right now if you change the tracing config, you have to restart the LSP for the changes to take effect.
I originally tried this, but there's some bug when setting the tracing subscriber as a thread local default (as opposed to global) that causes spans to lose their parents. It may be an issue with the otel exporter, but not sure.
cc #27843
The text was updated successfully, but these errors were encountered: