sentry-python v0.5.0 Release Notes

    • ๐Ÿ›  Fix a bug that would omit several debug logs during SDK initialization.
    • ๐Ÿ›  Fix issue that sent a event key "" Sentry wouldn't understand.
    • ๐Ÿ’ฅ Breaking change: The level and event_level options in the logging integration now work separately from each other.
    • ๐Ÿ›  Fix a bug in the Sanic integration that would report the exception behind any HTTP error code.
    • ๐Ÿ›  Fix a bug that would spam breadcrumbs in the Celery integration. Ignore logger celery.worker.job.
    • โž• Additional attributes on log records are now put into extra.
    • Integration for Pyramid.
    • sys.argv is put into extra automatically.