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 e762ef9 commit 198a621Copy full SHA for 198a621
sentry_sdk/integrations/bottle.py
@@ -139,9 +139,6 @@ def wrapped_callback(*args, **kwargs):
139
):
140
_capture_exception(res, handled=True)
141
142
- # Manually close the transaction because Bottle does not call `close()` on the WSGI response
143
- finish_running_transaction()
144
-
145
return res
146
147
return wrapped_callback
0 commit comments