Skip to content

tracereq/python-tracereq-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TraceReq SDK for Python

This is the Python SDK for TraceReq


Installation

pip install --upgrade tracereq-sdk

Usage with Flask

import tracereq app = Flask(__name__) tracereq.init(api_key='xxx-xxx', flask_app=app.wsgi_app )

Adding the above any flask service will start tracing requests. No other additional code is required.

Supported Frameworks

Packages

No packages published

Languages