We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c9d16 commit 2d2b25eCopy full SHA for 2d2b25e
instana/instrumentation/django/middleware.py
@@ -23,7 +23,6 @@ class InstanaMiddleware(MiddlewareMixin):
23
""" Django Middleware to provide request tracing for Instana """
24
def __init__(self, get_response=None):
25
self.get_response = get_response
26
- super(InstanaMiddleware, self).__init__(get_response=get_response)
27
28
def process_request(self, request):
29
try:
0 commit comments