Joe Shook

Results 6 comments of Joe Shook

# Blazor WebAssembly Experimenting I was also interested in applying OpenTelemetry to a BlazorWebAssembly. So, I took the evidence from this bug report and [forked the code](https://github.com/JoeShook/opentelemetry-dotnet/tree/fixup_blazor_webassembly). I created a...

I have read everything in the links above. I see the pull request was open then closed then a new "Draft" style PR created and exists in the Done column...

I am redirecting ">>" all output from the dotnet app to a file. Like bash -x appname >> mylog.log 2>&1 Then I just log to console from dotnet and the...

@lonix1, in my case I am not using structured logging. I am not sure how structured logging issues are different between using a file sink vs console sink. Using a...

While @ProgrammerAl pointed out the default service name issue may be fixed after #3405 the lack of threading support in Blazor WASM would still be a blocker. But... It appears...

Skip past the indented text if you don’t want to read my intro and just get to my question. I have been working on a reference implementation of a set...