Sentry WSGI wrapper and New Relic APM

It looked more like milliseconds where turned into seconds when the wrapper
was in place. 200ms turned into 200 seconds.

No actual latency or change in performance, just the reporting was getting
weird numbers.

I would assume Sentry middleware firing first as it’s the inner wrapper
around the Django WSGI handler class, the New Relic one is around the whole
uWSGI process.

I’ll confirm but I didn’t see having Sentry DSN configured made any
difference, so it looked more like a bug in the code somewhere rather than
a performance issue.