github pydantic/logfire v0.40.0

latest releases: v4.33.0, v4.32.1, v4.32.0...
24 months ago

What's Changed

  • BREAKING CHANGE: The processors parameter of logfire.configure() has been replaced by additional_span_processors. Passing processors will raise an error. Unlike processors, setting additional_span_processors to an empty sequence will not disable the default span processor which exports to Logfire. To do that, pass send_to_logfire=False. Similarly metric_readers has been replaced by additional_metric_reader. By @alexmojaki in #233
  • Improve error raised when opentelemetry.instrumentation.django is not installed by @deepakdinesh1123 in #231
  • Handle internal errors by @alexmojaki in #232

New Contributors

Full Changelog: v0.39.0...v0.40.0

Don't miss a new logfire release

NewReleases is sending notifications on new releases.