Skip to main content

Python client for TraceReq (https://tracereq.com)

Project description

TraceReq SDK for Python

PyPi page link -- version

This is the Python SDK for TraceReq


Installation

pip install --upgrade tracereq-sdk

Usage with Flask

import tracereq_sdk

app = Flask(__name__)
tracereq_sdk.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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tracereq-sdk-1.0.2.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

tracereq_sdk-1.0.2-py3-none-any.whl (9.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page