You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,13 @@ sentry-sdk>=0.10.0,<0.11.0
25
25
sentry-sdk==0.10.1
26
26
```
27
27
28
+
## 0.10.2
29
+
30
+
* Fix a bug where a log record with non-strings as `extra` keys would make the SDK crash.
31
+
* Added ASGI integration for better hub propagation, request data for your events and capturing uncaught exceptions. Using this middleware explicitly in your code will also fix a few issues with Django Channels.
32
+
* Fix a bug where `celery-once` was deadlocking when used in combination with the celery integration.
33
+
* Fix a memory leak in the new tracing feature when it is not enabled.
34
+
28
35
## 0.10.1
29
36
30
37
* Fix bug where the SDK would yield a deprecation warning about
0 commit comments