- BREAKING CHANGE: Removed
capture_request_json_body,capture_request_text_body,capture_request_form_data, andcapture_response_json_bodyparameters fromlogfire.instrument_httpx(), replaced withcapture_request_bodycapture_response_bodyby @Kludex in #769
Other changes:
- Add
distributed_tracingargument tologfire.configure()and warn by default when trace context is extracted by @alexmojaki in #773 - Don't show
urllib3whenrequestsis installed onlogfire inspectby @Kludex in #744 - Add
--ignoretologfire inspectby @Kludex in #748 - Access
model_fieldson the model class by @Viicos in #761 - Remove double record exception by @dmontagu in #712