SDKs
Flask
SDK to integrate TraceReq in server-side applications running on Python’s flask framework
Installation
Run pip
to add tracereq
to your project
Note: You need Python 3.6+.
Configuration
Import the SDK and initialise once your Flask app is setup
This example demonstrates how to use the TraceReq Python SDK with a Flask application.
The SDK starts tracing all incoming and outgoing requests and responses within this Flask app
See also:
- Explore the Python SDK