Treblle with Flask
Requirements
- requests
Examples
Basic Usage
You can use Treblle with Flask by importing the Treblle class and passing your Flask app to the constructor.
Advanced Usage
You can also pass your Treblle API key and project ID to the Treblle constructor.
Environment Variables
You can set the following environment variables to configure Treblle without passing any arguments to the Treblle constructor:
TREBLLE_API_KEY
: Your Treblle API keyTREBLLE_PROJECT_ID
: Your Treblle project ID