Miniprofiler integration

Hello,
I am trying to view logs of executions in Miniprofiler, but I cannot see any. I have tried wrapping connection in Miniprofiler class, but it have logged only infrastructure calls

.UseSqlServerStorage(() => new ProfiledDbConnection(new SqlConnection(connectionString), MiniProfiler.Current))

Do you have any experience with this issue or idea how to fix it?