Skip to content

tracereq/python-tracereq-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TraceReq SDK for Python

This is the Python SDK for TraceReq


Installation

pip install --upgrade tracereq

Usage with Flask

import 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.

Supported Frameworks

Packages

No packages published

Languages