Releases: elastic/apm-agent-python
Releases · elastic/apm-agent-python
v1.0.0.dev3
- added a background thread to process the transactions queue every 60 seconds (configurable) (#68)
- adapted trace context for SQL traces to new API (#77)
- ensured that transaction data is also passed through processors (#84)
- added
uninstrumentfunction to reverse instrumentation,
and exposed bothinstrumentanduninstrumentas public API in theelasticapmnamespace (#90) - added normalization of HTTP status codes into classes for the
transaction.resultfield. A HTTP status of200
will be turned intoHTTP 2xx. The unchanged status code is still available incontext.response.status_code.
(#85)