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 6b8bc84 commit 2116084Copy full SHA for 2116084
CHANGES.md
@@ -10,6 +10,9 @@
10
* Fix a bug in the Celery integration that would drop pending events during
11
worker shutdown (particularly an issue when running with `max_tasks_per_child
12
= 1`)
13
+* Fix a bug with `repr`ing locals whose `__repr__` simultaneously changes the
14
+ WSGI environment or other data that we're also trying to serialize at the
15
+ same time.
16
17
## 0.7.6
18
0 commit comments