Muhammad Rehan Saeed

Results 855 comments of Muhammad Rehan Saeed

When making a HTTP request, parent ID is passed via the `traceparent` HTTP header (See [Crossing the Process Boundary](https://rehansaeed.com/deep-dive-into-open-telemetry-for-net/#crossing-the-process-boundary)) and then applied to the currently active span (or Activity object...

I was also unable to get gulp-mocha-phantomjs to work. I raised this https://github.com/mrhooray/gulp-mocha-phantomjs/issues/47 issue. This plugin seems easier to use than Karma, although Karma does provide code coverage too as...

You mean supplying cachign HTTP headers from the GraphQL server? Isn't that very difficult to do because of the dynamic nature of it all?

This can be closed, there is a threshold of 20 hard coded. It should be configurable ideally.

I'm getting the same issue. I'm not using any custom nuget.config files. These are my listed packages. I'm getting this error with .NET 5.0.100. ``` dotnet nuget list source Registered...

Also interested in how to get the URL of the icon sprite file containing the hash.

Exception.StackTrace is logged in Serilog and is not owned by our project. There are other Serilog packages that can allow you to omit it. If you'd like Serilog.Exceptions to do...

I believe it was called Serilog Expressions. The creator of Serilog blogged about it.

@krajek Adding another boolean option to remove it from ``Exception.StackTrace` seems sensible.

Would this solve this issue? https://github.com/RehanSaeed/Serilog.Exceptions/issues/397#issuecomment-1132647325