You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
feat(layer): add support for python3.9 in Lambda layers (#408)
* feat(layer): add support for python3.9 in Lambda layers
* test(travis): add 3.9
Co-authored-by: ronnathaniel <[email protected]>
feat(lambda): add support for python 3.10 (#403)
* [CS-190]: Add Support for Python 3.10
* fix(lint): handle exception type specified
* fix(requirements): wrapt version
* fix(travis): pip version
* fix(travis): revert pip version
* fix(requirements): autowrapt no specific version
* fix(requirements): place autowrapt as first
* fix(travis): specific pip version
* fix(travis): specific pip version
* fix(requirements): pytest version for python 3_7
* fix(requirements): pytest version for python 3_7
* fix(requirements): pytest version for python 3_7
* fix(travis): remove install pip specific version
* fix(travis): add install pip specific version
* Revert fix attempts
* Revert fix attempts
* Fix call to self test flask
Co-authored-by: maorlx <[email protected]>
fix(redis): create duplicate spans for each operation (#402)
* fix(redis): create duplicate spans for each operation
* fix(lint): final newline missing
fix(trace): show always exception in case of fail to send trace (#397)
* fix(trace): show always exception in case of fail to send trace
* fix(trace): show the traceback only on debug