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 f15d596 commit 61a5c5dCopy full SHA for 61a5c5d
sentry_sdk/integrations/wsgi.py
@@ -245,13 +245,11 @@ def __init__(
245
response, # type: Iterator[bytes]
246
current_scope, # type: sentry_sdk.scope.Scope
247
isolation_scope, # type: sentry_sdk.scope.Scope
248
- transaction, # type: Optional[sentry_sdk.tracing.Transaction]
249
):
250
# type: (...) -> None
251
self._response = response
252
self._current_scope = current_scope
253
self._isolation_scope = isolation_scope
254
- self._transaction = transaction
255
256
def __iter__(self):
257
# type: () -> Iterator[bytes]
0 commit comments