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
Fix a bug where a log record with non-strings as extra keys would make the SDK crash.
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.
Fix a bug where celery-once was deadlocking when used in combination with the celery integration.
Fix a memory leak in the new tracing feature when it is not enabled.