sentry-python v0.17.0 Release Notes

Release Date: 2020-08-24 // over 3 years ago
    • ๐Ÿ›  Fix a bug where class-based callables used as Django views (without using
      Django's regular class-based views) would not have csrf_exempt applied.
    • ๐Ÿ†• New integration for Google Cloud Functions.
    • ๐Ÿ›  Fix a bug where a recently released version of urllib3 would cause the SDK
      to enter an infinite loop on networking and SSL errors.
    • ๐Ÿ’ฅ Breaking change : Remove the traceparent_v2 option. The option has been
      ๐Ÿšš ignored since 0.16.3, just remove it from your code.