Hello, I am currently setting up MiniProfiler on a project that is using nopCommerce v4.00

I have been able to activate it and even get more information for the ViewControllers by installing MiniProfiler.EntityFrameworkCore and modifying the ConfigureServices on NopMvcStartup.cs as per stated on: https://miniprofiler.com/dotnet/HowTo/ProfileEFCore

I want to profile the SQL connection, and I have tried to follow this instructions from the MiniProfiler website but with no luck as in nopCommerce, the MiniProfiler is being started in NopMvcStartup.cs that is located on Nop.Core project, and the connectionString is being set on Startup.cs for the Nop.Web

Could you help me on how I could profile the SQL connection, so I can check in the MiniProfiler the sql column? As I need them for my project.

I have tried to check, but I don't find any related issue for this version, and all of the solutions provided are for version v3.90 which are not valid for my case.

Thanks beforehand,
Víctor.