Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-sentry-sdk: Upgrade 0.17.3 -> 0.17.5 | Leon Anavi | 2020-09-16 | 1 | -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.3 | Leon Anavi | 2020-09-10 | 1 | -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> |