Daniel García Rubio

Results 3 comments of Daniel García Rubio

> ```cs > options.Enrich = (activity, eventName, obj) => > { > if (obj is HttpRequest request) > { > var user = request.HttpContext.User; > if (user.Identity?.Name is not null)...

> update :- Adding DNS Server into Docker Engine solve this problem > > **Step:-** > > * Open Docker Desktop > * Go to Setting > * Go to...

Apparently they're deprecating mutation events [this July](https://developer.chrome.com/blog/mutation-events-deprecation). Is Quill 2.0 in the roadmap? Or any workaround?