summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sentry-sdk_0.17.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-sentry-sdk: Upgrade 0.16.5 -> 0.17.0Leon Anavi2020-08-271-0/+12
Upgrade to release 0.17.0: - 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. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>