- Handle Flask OPTIONS requests (41) - Fix incorrect default argument to cursor.execute (42) - Remove debugging message for spans that could raise an error
1.1.5
Fixed
- Prevent span mismatch from raising on `stop_span`
1.1.4
Fixed
- Log INFO message if SCOUT_MONITOR is false - Except OSError instead of ConnectionRefusedError (python 2.7 compatibility) - Fix CLI command module import
1.1.3
Added
- Basic Celery support - Capture Tracebacks on spans over 500ms
Fixed
- Register as Python with APM (previously was not noted explicitly) - Fix CLI commands
1.1.2
Fixed
- Capture the current user's username correctly when using custom User model
1.1.1
Fixed
- Catch IOError when reading core-agent's manifest.json (24)