- Add
TelemetryProcessorsupport.
- Allow to specify and endpoint to upload telemetry to.
- Add option to set telemetry context for Flask integration.
- Add
async_argument tologging.enableto use async telemetry channel. - Add
endpointargument tologging.enableto configure custom telemetry endpoint. - Fix Flask>=1.0 exception handler catching control-flow exceptions.
- Add
levelargument tologging.enableto configure telemetry verbosity. - Add optional queue persistence to prevent telemetry loss in case of application crash.
- Add support for using
NullSenderwithAsynchronousQueue.
- Added
track_dependency. - Added optional
request_idargument totrack_request.
- Fixed exception logging in Flask integration on Python 2.
- Fixed setting attributes in channel through context
- Added support for Cloud Role Name and Cloud Role Instance fields
- Fixed setting custom properties through context. #102
- Schemas for all data types and context objects updated to the latest version.
- Add common properties argument to WSGIApplication initialization. Those common properties will be associated with telemetry produced by WSGIApplication.
- Changelog started from this version.