Basel Qumsiyeh
Results
3
comments of
Basel Qumsiyeh
+1 having the same issue and the linked fix seems to solve the issue for me. Haven't done a whole of testing it yet
We had the same problem with New Relic, and I was able to work around it by implementing some middleware like this: ```python class NewRelicMiddleware: def __init__(self, get_response): self.get_response =...
+1 I'm hitting the same issue as well. Any one have any luck with fixing this?