Justin

Results 2 comments of Justin

This would be really neat - another use case is comparing a fast and slow query to try and figure out what it is that is making the slow query...

I had something very similar - My Azure function was giving a 500 error and adding the `request.Content.ReadAsStringAsync()` call in a Http handler fixed the issue. I did some before...