This is the Python SDK for TraceReq
pip install --upgrade tracereqimport tracereq app = Flask(__name__) tracereq.init( flask_wsgi_app=app.wsgi_app, token='auth_token' )Adding the above any flask service will start tracing requests. No other additional code is required.