v3.0.0
- BREAKING CHANGE: Removed
capture_request_json_body
,capture_request_text_body
,capture_request_form_data
, andcapture_response_json_body
parameters fromlogfire.instrument_httpx()
, replaced withcapture_request_body
capture_response_body
by @Kludex in #769
Other changes:
- Add
distributed_tracing
argument tologfire.configure()
and warn by default when trace context is extracted by @alexmojaki in #773 - Don't show
urllib3
whenrequests
is installed onlogfire inspect
by @Kludex in #744 - Add
--ignore
tologfire inspect
by @Kludex in #748 - Access
model_fields
on the model class by @Viicos in #761 - Remove double record exception by @dmontagu in #712