Skip to content

v3.0.0

Compare
Choose a tag to compare
@alexmojaki alexmojaki released this 07 Jan 10:00
· 8 commits to main since this release
15718a0
  • BREAKING CHANGE: Removed capture_request_json_body, capture_request_text_body, capture_request_form_data, and capture_response_json_body parameters from logfire.instrument_httpx(), replaced with capture_request_body capture_response_body by @Kludex in #769

Other changes:

  • Add distributed_tracing argument to logfire.configure() and warn by default when trace context is extracted by @alexmojaki in #773
  • Don't show urllib3 when requests is installed on logfire inspect by @Kludex in #744
  • Add --ignore to logfire inspect by @Kludex in #748
  • Access model_fields on the model class by @Viicos in #761
  • Remove double record exception by @dmontagu in #712