We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb54a34 commit 668fb74Copy full SHA for 668fb74
sentry_sdk/integrations/wsgi.py
@@ -84,7 +84,7 @@ def __call__(self, environ, start_response):
84
scope._name = "wsgi"
85
scope.add_event_processor(_make_wsgi_event_processor(environ))
86
87
- with hub.span(Span.continue_from_environ(environ)):
+ with hub.trace(Span.continue_from_environ(environ)):
88
try:
89
rv = self.app(environ, start_response)
90
except BaseException:
0 commit comments