| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-sentry-sdk: Upgrade 0.16.3 -> 0.16.5 | Leon Anavi | 2020-08-19 | 1 | -12/+0 |
| | | | | | | | | | | | | | | | | Upgrade to release 0.16.5: - Fix a bug that caused Django apps to crash if the view didn't have a __name__ attribute. - Add experiment to avoid trunchating span descriptions. Initialize with init(_experiments={"smart_transaction_trimming": True}). - Add a span around the Django view in transactions to distinguish its operations from middleware operations. 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.16.0 -> 0.16.3 | Leon Anavi | 2020-08-13 | 1 | -0/+12 |
| Upgrade to release 0.16.3: - Fix AWS Lambda support for Python 3.8. - The AWS Lambda integration now captures initialization/import errors for Python 3. - The AWS Lambda integration now supports an option to warn about functions likely to time out. - Testing for RQ 1.5 - Flip default of traceparent_v2. This change should have zero impact. The flag will be removed in 0.17. - Fix compatibility bug with Django 3.1. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> | |||||
