sentry-python v0.10.2 Release Notes

    • ๐Ÿ›  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.