Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Bad ref to client
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Sep 14, 2016
1 parent 0142b7b commit 313bc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raven/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def close(self):
self.iterable.close()
finally:
self.sentry.client.context.clear()
self.sentry.transaction.clear()
self.sentry.client.transaction.clear()
self.closed = True


Expand Down

0 comments on commit 313bc2b

Please sign in to comment.