Python
Thundra Sidekick is an online tracing tool that helps you to diagnose flaws & bugs of Python applications with zero overhead thanks to the asynchronous approach.
- 2.7
- 3.5
- 3.6
- 3.7
- 3.8
Framework | Supported Version |
AWS Lambda | All |
Django | 1.11+ |
Flask | 0.5+ |
Fastapi | 0.62.0+ |
Chalice | 1.0.0+ |
Fastapi has been supported for Python 3.7 and above.
- Tracepoints can be put onto only executable codes inside methods.
- Only method arguments and local variables are captured while getting a snapshot of the tracepoint.
- Only the top frame (the method where the tracepoint was put) snapshot is captured. Lower frames' (caller methods in the call stack) snapshots are not captured yet but frame class name, method name, and line numbers are provided.
Last modified 10mo ago