summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sentry-sdk_0.17.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-sentry-sdk: Upgrade 0.17.3 -> 0.17.5Leon Anavi2020-09-161-12/+0
| | | | | | | | | | | | | | Upgrade to release 0.17.5: - Work around an issue in the Python stdlib that makes the entire process deadlock during garbage collection if events are sent from a __del__ implementation. - Add possibility to wrap ASGI application twice in middleware to enable split up of request scope data and exception catching. 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>
* python3-sentry-sdk: Upgrade 0.17.2 -> 0.17.3Leon Anavi2020-09-101-0/+12
Upgrade to release 0.17.3: - Fix an issue with the pure_eval integration in interaction with trimming where pure_eval would create a lot of useless local variables that then drown out the useful ones in trimming. 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>