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
Better context management & support of deeply nested spans (#63)
* Rename InstanaSpan to JsonSpan
* Rename span to a more appropriate name
* Update import to follow rename
* Introduce InstanaSpan so that we can override interesting points.
* Better context management & support of deeply nested spans
* Use InstanaSpan.finish to track span closures
* Tests: add validations to assure span relationships
* Tests: add tests to validate urllib3 redirects
* In case of ID errors, return 0xBADDCAFE (indicating where I was when I wrote the code)
0 commit comments