Callum Breen

Results 2 issues of Callum Breen

Using version 3.0.372. The docs on the main page say that the settings can be modified, such as: ``` services.AddWebOptimizer(pipeline => { pipeline.AddCssBundle("/css/bundle.css", "css/*.css"); pipeline.AddJavaScriptBundle("/js/bundle.js", "js/plus.js", "js/minus.js"); }, option =>...

Hi, Previously, when using the library, **Microsoft.Azure.ServiceBus**, if I added a custom property to the activity like so: > Activity.Current.Tags.Add("customProperty", "123") When viewing the Request telemetry in Application Insights, it...