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
Log spans may not be created when inside of a Flask Error Handler (in……stana#172)
* Flask error handling: call original before closing scope
* Flask error handling improvements: cleanup and better context mgmt
* Update to count new log span
* Add special cases for Python 2.7 variations
GRPC minor fixes; GRPC test app & client (instana#180)
* Add message on instrumentation boot
* Add support for running the test server manually
* Add sample client code